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

Diff for /src/usr.bin/ssh/channels.c between version 1.37 and 1.38

version 1.37, 2000/01/10 10:12:52 version 1.38, 2000/01/24 20:37:29
Line 1077 
Line 1077 
                         /* The port is not permitted. */                          /* The port is not permitted. */
                         log("Received request to connect to %.100s:%d, but the request was denied.",                          log("Received request to connect to %.100s:%d, but the request was denied.",
                             host, host_port);                              host, host_port);
                         packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE);                          goto fail;
                         packet_put_int(remote_channel);  
                         packet_send();  
                 }                  }
         }          }
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38