[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.220 and 1.221

version 1.220, 2005/07/04 14:04:11 version 1.221, 2005/07/16 01:35:24
Line 2952 
Line 2952 
                 /* Save protocol name. */                  /* Save protocol name. */
                 x11_saved_proto = xstrdup(proto);                  x11_saved_proto = xstrdup(proto);
                 /*                  /*
                  * Extract real authentication data and generate fake data                   * Extract real authentication data and generate fake data
                  * of the same length.                   * of the same length.
                  */                   */
                 x11_saved_data = xmalloc(data_len);                  x11_saved_data = xmalloc(data_len);

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221