[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.130 and 1.131

version 1.130, 2010/10/05 05:13:18 version 1.131, 2010/10/23 22:06:12
Line 1701 
Line 1701 
                         case '"':                          case '"':
                         case '\\':                          case '\\':
                         case '\t':                          case '\t':
                           case '[':
                         case ' ':                          case ' ':
                                 if (quote == '\0' || tmp2[i] == quote) {                                  if (quote == '\0' || tmp2[i] == quote) {
                                         if (el_insertstr(el, ins) == -1)                                          if (el_insertstr(el, ins) == -1)
Line 1828 
Line 1829 
   
                 /* Tab Completion */                  /* Tab Completion */
                 el_set(el, EL_ADDFN, "ftp-complete",                  el_set(el, EL_ADDFN, "ftp-complete",
                     "Context senstive argument completion", complete);                      "Context sensitive argument completion", complete);
                 complete_ctx.conn = conn;                  complete_ctx.conn = conn;
                 complete_ctx.remote_pathp = &remote_path;                  complete_ctx.remote_pathp = &remote_path;
                 el_set(el, EL_CLIENTDATA, (void*)&complete_ctx);                  el_set(el, EL_CLIENTDATA, (void*)&complete_ctx);

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131