[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.47 and 1.48

version 1.47, 2003/08/24 17:36:52 version 1.48, 2003/08/26 09:58:43
Line 615 
Line 615 
         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 */
         authenticated = options.password_authentication &&          authenticated = options.password_authentication &&
             authctxt->valid && auth_password(authctxt, passwd);              auth_password(authctxt, passwd);
         memset(passwd, 0, strlen(passwd));          memset(passwd, 0, strlen(passwd));
         xfree(passwd);          xfree(passwd);
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48