diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-07 10:45:10 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-07 10:45:10 +0000 |
commit | ae1bb92d5d01347733e4f9e4d06c5bc7c53fcbc7 (patch) | |
tree | d1cc26f98218ef988234fafac164cb699ae23c37 /lib | |
parent | 48f1351ecc229e4a1302df842e71e61e438da7fd (diff) | |
download | gnutls-ae1bb92d5d01347733e4f9e4d06c5bc7c53fcbc7.tar.gz |
Typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_buffers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c index 5600141b90..bbb4e4ae26 100644 --- a/lib/gnutls_buffers.c +++ b/lib/gnutls_buffers.c @@ -807,6 +807,7 @@ _gnutls_io_write_buffered (gnutls_session_t session, WSASetLastError(tmperr); } #endif + } else i = session->internals._gnutls_push_func (fd, &ptr[n - left], left); |