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@xxxxxxxxxxxxx> --- 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; -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html