summaryrefslogtreecommitdiffstats
path: root/sftp.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-08 09:56:33 +0100
committerDarren Tucker <dtucker@zip.com.au>2010-01-08 09:56:33 +0100
commit843f0fa16d7e8aca36c1b14d933da2a1844d5a74 (patch)
treedbee363b5f51c7a279a3d687831c0c4fd2369ac2 /sftp.c
parent - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Make (diff)
downloadopenssh-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index c994887e3..4b12fae4b 100644
--- a/sftp.c
+++ b/sftp.c
@@ -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,