[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.244 and 1.245

version 1.244, 2005/06/17 22:53:46 version 1.245, 2005/06/18 04:30:36
Line 603 
Line 603 
         if (options.proxy_command != NULL &&          if (options.proxy_command != NULL &&
             strcmp(options.proxy_command, "none") == 0)              strcmp(options.proxy_command, "none") == 0)
                 options.proxy_command = NULL;                  options.proxy_command = NULL;
           if (options.control_path != NULL &&
               strcmp(options.control_path, "none") == 0)
                   options.control_path = NULL;
   
         if (options.control_path != NULL) {          if (options.control_path != NULL) {
                 snprintf(buf, sizeof(buf), "%d", options.port);                  snprintf(buf, sizeof(buf), "%d", options.port);

Legend:
Removed from v.1.244  
changed lines
  Added in v.1.245