[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.43 and 1.44

version 1.43, 2008/06/13 14:18:51 version 1.44, 2010/03/07 11:57:13
Line 313 
Line 313 
 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname,  auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname,
     const char *ipaddr)      const char *ipaddr)
 {  {
         int ret;         return auth_rhosts2_raw(pw, client_user, hostname, ipaddr);
   
         auth_debug_reset();  
         ret = auth_rhosts2_raw(pw, client_user, hostname, ipaddr);  
         if (!use_privsep)  
                 auth_debug_send();  
         return ret;  
 }  }

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44