* [conntrack-tools PATCH] conntrackd: remove warning for -S
@ 2017-08-09 12:19 Arturo Borrero Gonzalez
2017-08-14 9:35 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2017-08-09 12:19 UTC (permalink / raw)
To: netfilter-devel
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>
---
src/main.c | 3 ---
1 file changed, 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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-14 9:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 12:19 [conntrack-tools PATCH] conntrackd: remove warning for -S Arturo Borrero Gonzalez
2017-08-14 9:35 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).