[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.28.4.1 and 1.28.4.2

version 1.28.4.1, 2003/09/16 20:50:42 version 1.28.4.2, 2004/03/04 18:18:15
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.28.4.1  
changed lines
  Added in v.1.28.4.2