[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.133 and 1.134

version 1.133, 2011/09/22 06:29:03 version 1.134, 2011/11/16 12:24:28
Line 1607 
Line 1607 
         }          }
         list[count] = NULL;          list[count] = NULL;
   
         if (count == 0)          if (count == 0) {
                   xfree(list);
                 return 0;                  return 0;
           }
   
         /* Complete ambigious command */          /* Complete ambigious command */
         tmp = complete_ambiguous(cmd, list, count);          tmp = complete_ambiguous(cmd, list, count);

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134