[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.52 and 1.53

version 1.52, 2003/11/17 11:06:07 version 1.53, 2003/11/18 10:53:07
Line 530 
Line 530 
   
         if (pwent == NULL) {          if (pwent == NULL) {
                 buffer_put_char(m, 0);                  buffer_put_char(m, 0);
                   authctxt->pw = fakepw();
                 goto out;                  goto out;
         }          }
   

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53