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

Diff for /src/usr.bin/ssh/sftp.c between version 1.28 and 1.29

version 1.28, 2002/03/30 18:51:15 version 1.29, 2002/04/02 17:37:48
Line 174 
Line 174 
                 }                  }
         }          }
   
           log_init(argv[0], ll, SYSLOG_FACILITY_USER, 1);
   
         if (sftp_direct == NULL) {          if (sftp_direct == NULL) {
                 if (optind == argc || argc > (optind + 2))                  if (optind == argc || argc > (optind + 2))
                         usage();                          usage();
Line 203 
Line 205 
                         usage();                          usage();
                 }                  }
   
                 log_init(argv[0], ll, SYSLOG_FACILITY_USER, 1);  
                 addargs(&args, "-oProtocol %d", sshver);                  addargs(&args, "-oProtocol %d", sshver);
   
                 /* no subsystem if the server-spec contains a '/' */                  /* no subsystem if the server-spec contains a '/' */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29