]> andersk Git - gssapi-openssh.git/blobdiff - openssh/packet.c
fix compilation warnings in Simon's latest GSSAPI patch
[gssapi-openssh.git] / openssh / packet.c
index 92bd8a541221021a6dec3bf01fc98f19ea6499a1..7b77e2986f97f19ad2cc4889ece0803c3e2884a5 100644 (file)
@@ -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. */
This page took 0.032389 seconds and 4 git commands to generate.