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

Diff for /src/usr.bin/ssh/session.c between version 1.14 and 1.15

version 1.14, 2000/05/25 03:10:18 version 1.15, 2000/05/30 17:23:37
Line 300 
Line 300 
                                 break;                                  break;
                         }                          }
                         debug("Received authentication agent forwarding request.");                          debug("Received authentication agent forwarding request.");
                         auth_input_request_forwarding(pw);                          success = auth_input_request_forwarding(pw);
                         success = 1;  
                         break;                          break;
   
                 case SSH_CMSG_PORT_FORWARD_REQUEST:                  case SSH_CMSG_PORT_FORWARD_REQUEST:

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15