X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/76d45d2f37f58d1a9703830d75ce8b56feae38c6..033af9549c8e22d8cfd355c4fd869ca63936ab66:/openssh/packet.c diff --git a/openssh/packet.c b/openssh/packet.c index 92bd8a5..7b77e29 100644 --- a/openssh/packet.c +++ b/openssh/packet.c @@ -1623,6 +1623,7 @@ packet_write_wait(void) bytes_sent += packet_write_poll(); } xfree(setp); + return (bytes_sent); } /* Returns true if there is buffered data to write to the connection. */