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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.181 and 1.182

version 1.181, 2006/04/20 09:47:59 version 1.182, 2006/05/17 12:43:34
Line 918 
Line 918 
                 ssh_kex(host, hostaddr);                  ssh_kex(host, hostaddr);
                 ssh_userauth1(local_user, server_user, host, sensitive);                  ssh_userauth1(local_user, server_user, host, sensitive);
         }          }
           xfree(local_user);
 }  }
   
 void  void

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.182