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

Diff for /src/usr.bin/ssh/ssh.c between version 1.27 and 1.28

version 1.27, 1999/11/10 23:36:44 version 1.28, 1999/11/11 23:36:53
Line 590 
Line 590 
   
   /* Log into the remote system.  This never returns if the login fails. */    /* Log into the remote system.  This never returns if the login fails. */
   ssh_login(host_private_key_loaded, host_private_key,    ssh_login(host_private_key_loaded, host_private_key,
             host, &hostaddr, &options, original_real_uid);              host, &hostaddr, original_real_uid);
   
   /* We no longer need the host private key.  Clear it now. */    /* We no longer need the host private key.  Clear it now. */
   if (host_private_key_loaded)    if (host_private_key_loaded)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28