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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.352 and 1.353

version 1.352, 2021/04/03 06:18:41 version 1.353, 2021/06/08 06:54:40
Line 827 
Line 827 
         osigchld = ssh_signal(SIGCHLD, SIG_DFL);          osigchld = ssh_signal(SIGCHLD, SIG_DFL);
   
         /* Turn the command into an argument vector */          /* Turn the command into an argument vector */
         if (argv_split(command_template, &ac, &av) != 0) {          if (argv_split(command_template, &ac, &av, 0) != 0) {
                 error("%s \"%s\" contains invalid quotes", tag,                  error("%s \"%s\" contains invalid quotes", tag,
                     command_template);                      command_template);
                 goto out;                  goto out;

Legend:
Removed from v.1.352  
changed lines
  Added in v.1.353