We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918605 commit 5d5a8b3Copy full SHA for 5d5a8b3
gssapi/raw/ext_dce.pyx
@@ -168,7 +168,7 @@ cdef class IOV:
168
self._iov = <gss_iov_buffer_desc *>calloc(
169
self.iov_len, sizeof(gss_iov_buffer_desc))
170
if self._iov is NULL:
171
- raise MemoryError("Cannot calloc for IOV buffer array")
+ raise MemoryError("Cannot calloc for IOV buffer array")
172
173
for i in range(self.iov_len):
174
buff = self._buffs[i]
0 commit comments