Fix the broken --rebind-port command-line option.

This commit is contained in:
Alex Young
2012-07-12 10:45:19 +01:00
parent 71b7708964
commit 9002341e77

View File

@@ -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,