]> andersk Git - gssapi-openssh.git/blobdiff - openssh/packet.c
oops. undoing last checkin. it was broken.
[gssapi-openssh.git] / openssh / packet.c
index f0cc312aad6a07e7c1c378d44b2d638f32465423..b9e0de54aae302a59025e3f54fba9d3e38fe13f4 100644 (file)
@@ -1040,14 +1040,12 @@ packet_get_string(u_int *length_ptr)
        return buffer_get_string(&incoming_packet, length_ptr);
 }
 
-/*modified by binhe*/
 /* Clears incoming data buffer */
 
 void packet_get_all(void)
 {
   buffer_clear(&incoming_packet);
 }
-/*end of modification*/
 
 /*
  * Sends a diagnostic message from the server to the client.  This message
This page took 0.029368 seconds and 4 git commands to generate.