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

Diff for /src/usr.bin/ssh/auth-rhosts.c between version 1.31 and 1.32

version 1.31, 2003/06/02 09:17:34 version 1.32, 2003/11/04 08:54:09
Line 173 
Line 173 
         debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s",          debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s",
             client_user, hostname, ipaddr);              client_user, hostname, ipaddr);
   
         /* no user given */  
         if (pw == NULL)  
                 return 0;  
   
         /* Switch to the user's uid. */          /* Switch to the user's uid. */
         temporarily_use_uid(pw);          temporarily_use_uid(pw);
         /*          /*

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32