[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.202 and 1.203

version 1.202, 2020/10/04 03:04:02 version 1.203, 2020/10/18 11:32:02
Line 2072 
Line 2072 
   
         lf = el_line(el);          lf = el_line(el);
         if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0)          if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0)
                 fatal("%s: el_get failed", __func__);                  fatal_f("el_get failed");
   
         /* Figure out which argument the cursor points to */          /* Figure out which argument the cursor points to */
         cursor = lf->cursor - lf->buffer;          cursor = lf->cursor - lf->buffer;

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203