From 9002341e777155e500a8a16ae703dd3ccf850013 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Thu, 12 Jul 2012 10:45:19 +0100 Subject: [PATCH] Fix the broken --rebind-port command-line option. --- src/mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mode.c b/src/mode.c index 1d538d8..f32783e 100644 --- a/src/mode.c +++ b/src/mode.c @@ -35,7 +35,7 @@ static struct option listen_options[] = { GETOPT_ADDR, GETOPT_REBIND_ADDR, GETOPT_PORT, - GETOPT_REBIND_ADDR, + GETOPT_REBIND_PORT, GETOPT_FILE, GETOPT_SOCK, GETOPT_DENY,