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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.206 and 1.207

version 1.206, 2008/12/09 02:38:18 version 1.207, 2008/12/09 22:37:33
Line 1716 
Line 1716 
                 return 0;                  return 0;
   
         if (!compat20) {          if (!compat20) {
                 error("Tunnel forwarding is not support for protocol 1");                  error("Tunnel forwarding is not supported for protocol 1");
                 return -1;                  return -1;
         }          }
   

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207