[BACK]Return to channels.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/channels.c between version 1.97 and 1.98

version 1.97, 2001/03/04 00:03:59 version 1.98, 2001/03/04 17:42:28
Line 521 
Line 521 
                  * We have received an X11 connection that has bad                   * We have received an X11 connection that has bad
                  * authentication information.                   * authentication information.
                  */                   */
                 log("X11 connection rejected because of wrong authentication.\r\n");                  log("X11 connection rejected because of wrong authentication.");
                 buffer_clear(&c->input);                  buffer_clear(&c->input);
                 buffer_clear(&c->output);                  buffer_clear(&c->output);
                 close(c->sock);                  close(c->sock);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98