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

Diff for /src/usr.bin/ssh/scp.c between version 1.173 and 1.174

version 1.173, 2013/05/17 00:13:14 version 1.174, 2013/06/01 20:59:25
Line 1045 
Line 1045 
                         continue;                          continue;
                 }                  }
                 omode = mode;                  omode = mode;
                 mode |= S_IWRITE;                  mode |= S_IWUSR;
                 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {                  if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {
 bad:                    run_err("%s: %s", np, strerror(errno));  bad:                    run_err("%s: %s", np, strerror(errno));
                         continue;                          continue;

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174