[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.3 and 1.4

version 1.3, 2002/03/19 10:41:32 version 1.4, 2002/03/19 14:27:39
Line 486 
Line 486 
         }          }
   
         allowed = 1;          allowed = 1;
         authctxt->pw = pwcopy(pwent);          authctxt->pw = pwent;
         authctxt->valid = 1;          authctxt->valid = 1;
   
         buffer_put_char(m, 1);          buffer_put_char(m, 1);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4