diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 09:56:33 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 09:56:33 +0100 |
commit | 843f0fa16d7e8aca36c1b14d933da2a1844d5a74 (patch) | |
tree | dbee363b5f51c7a279a3d687831c0c4fd2369ac2 /sftp.c | |
parent | - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Make (diff) | |
download | openssh-843f0fa16d7e8aca36c1b14d933da2a1844d5a74.tar.xz openssh-843f0fa16d7e8aca36c1b14d933da2a1844d5a74.zip |
- (dtucker) [sftp.c] Expand ifdef for libedit to cover complete_is_remote
too.
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1645,7 +1645,6 @@ complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote, return count; } -#endif /* * Determine whether a particular sftp command's arguments (if any) @@ -1666,7 +1665,6 @@ complete_is_remote(char *cmd) { return -1; } -#ifdef USE_LIBEDIT /* Autocomplete a filename "file" */ static int complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, |