summaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/options.c b/src/options.c
index 2041f9b4..d8fcee87 100644
--- a/src/options.c
+++ b/src/options.c
@@ -644,7 +644,6 @@ int ssh_options_set(ssh_session session, enum ssh_options_e type,
int ssh_options_getopt(ssh_session session, int *argcptr, char **argv) {
char *user = NULL;
char *cipher = NULL;
- char *localaddr = NULL;
char *identity = NULL;
char *port = NULL;
char *bindport = NULL;
@@ -703,9 +702,6 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv) {
case 'i':
identity = optarg;
break;
- case 'b':
- localaddr = optarg;
- break;
case 'C':
compress++;
break;