summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sftp.c b/sftp.c
index 0f1aa4b54..9f6c88fb5 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1355,8 +1355,10 @@ interactive_loop(int fd_in, int fd_out, char *file1, char *file2)
1355 } 1355 }
1356 xfree(pwd); 1356 xfree(pwd);
1357 1357
1358#ifdef USE_LIBEDIT
1358 if (el != NULL) 1359 if (el != NULL)
1359 el_end(el); 1360 el_end(el);
1361#endif /* USE_LIBEDIT */
1360 1362
1361 /* err == 1 signifies normal "quit" exit */ 1363 /* err == 1 signifies normal "quit" exit */
1362 return (err >= 0 ? 0 : -1); 1364 return (err >= 0 ? 0 : -1);