[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.182 and 1.183

version 1.182, 2017/11/03 03:46:52 version 1.183, 2018/04/10 00:10:49
Line 1815 
Line 1815 
                 return 0;                  return 0;
         }          }
   
         /* Complete ambigious command */          /* Complete ambiguous command */
         tmp = complete_ambiguous(cmd, list, count);          tmp = complete_ambiguous(cmd, list, count);
         if (count > 1)          if (count > 1)
                 complete_display(list, 0);                  complete_display(list, 0);

Legend:
Removed from v.1.182  
changed lines
  Added in v.1.183