[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.161 and 1.162

version 1.161, 2014/04/29 19:58:50 version 1.162, 2014/04/29 20:36:51
Line 1890 
Line 1890 
         lf = el_line(el);          lf = el_line(el);
         if (g.gl_matchc == 1) {          if (g.gl_matchc == 1) {
                 i = 0;                  i = 0;
                 if (!terminated)                  if (!terminated && quote != '\0')
                         ins[i++] = quote;                          ins[i++] = quote;
                 if (*(lf->cursor - 1) != '/' &&                  if (*(lf->cursor - 1) != '/' &&
                     (lastarg || *(lf->cursor) != ' '))                      (lastarg || *(lf->cursor) != ' '))

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162