summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@netfilter.org>2017-08-09 14:19:32 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-08-14 11:35:25 +0200
commit37cc7f0d7fcc387b234cf10036cab04408293787 (patch)
treefdef3aeb937bf9db6dbfe63492e93821f9e8dafe
parent210f5429678dba06f361b1f37bcb946f27e2e20b (diff)
conntrackd: remove warning for -S
Remove the warning message for the -S option which has been deprecated for years now. Users calling conntrackd with this switch activated will now get an error. Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 3b19160..7062e12 100644
--- a/src/main.c
+++ b/src/main.c
@@ -281,9 +281,6 @@ int main(int argc, char *argv[])
action = STATS;
}
break;
- case 'S':
- dlog(LOG_WARNING,"-S option is obsolete. Ignoring.");
- break;
case 'n':
set_operation_mode(&type, REQUEST, argv);
action = REQUEST_DUMP;