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

Diff for /src/usr.bin/ssh/monitor.c between version 1.21 and 1.22

version 1.21, 2002/06/27 10:35:47 version 1.22, 2002/07/22 17:32:56
Line 568 
Line 568 
 {  {
         static int call_count;          static int call_count;
         char *passwd;          char *passwd;
         int authenticated, plen;          int authenticated;
           u_int plen;
   
         passwd = buffer_get_string(m, &plen);          passwd = buffer_get_string(m, &plen);
         /* Only authenticate if the context is valid */          /* Only authenticate if the context is valid */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22