[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.23 and 1.24

version 1.23, 1999/10/12 21:04:22 version 1.24, 1999/10/14 18:17:42
Line 736 
Line 736 
   packet_set_interactive(interactive, options.keepalives);    packet_set_interactive(interactive, options.keepalives);
   
   /* Clear agent forwarding if we don\'t have an agent. */    /* Clear agent forwarding if we don\'t have an agent. */
   authfd = ssh_get_authentication_fd();    authfd = ssh_get_authentication_socket();
   if (authfd < 0)    if (authfd < 0)
     options.forward_agent = 0;      options.forward_agent = 0;
   else    else

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24