[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.218 and 1.219

version 1.218, 2022/06/28 06:09:14 version 1.219, 2022/09/16 03:13:34
Line 2115 
Line 2115 
                 if (carg > 1 && line[cursor-1] != ' ')                  if (carg > 1 && line[cursor-1] != ' ')
                         filematch = argv[carg - 1];                          filematch = argv[carg - 1];
   
                 if (remote != 0 &&                  if ((remote == REMOTE || remote == LOCAL) &&
                     complete_match(el, complete_ctx->conn,                      complete_match(el, complete_ctx->conn,
                     *complete_ctx->remote_pathp, filematch,                      *complete_ctx->remote_pathp, filematch,
                     remote, carg == argc, quote, terminated) != 0)                      remote, carg == argc, quote, terminated) != 0)

Legend:
Removed from v.1.218  
changed lines
  Added in v.1.219