[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.137 and 1.138

version 1.137, 2001/10/07 17:49:40 version 1.138, 2001/10/08 11:48:57
Line 1140 
Line 1140 
                 } else {                  } else {
                         if (c->host_port == 0) {                          if (c->host_port == 0) {
                                 nextstate = SSH_CHANNEL_DYNAMIC;                                  nextstate = SSH_CHANNEL_DYNAMIC;
                                 rtype = "direct-tcpip";                                  rtype = "dynamic-tcpip";
                         } else {                          } else {
                                 nextstate = SSH_CHANNEL_OPENING;                                  nextstate = SSH_CHANNEL_OPENING;
                                 rtype = "direct-tcpip";                                  rtype = "direct-tcpip";

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138