a1810f2a01
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/net-snmp#be26e76db31e227dcc75fe872ad69f39629713ad
13 lines
281 B
Diff
13 lines
281 B
Diff
diff --git a/agent/snmpd.c b/agent/snmpd.c
|
|
index ae73eda..f01b890 100644
|
|
--- a/agent/snmpd.c
|
|
+++ b/agent/snmpd.c
|
|
@@ -289,6 +289,7 @@ usage(char *prog)
|
|
" -S d|i|0-7\t\tuse -Ls <facility> instead\n"
|
|
"\n"
|
|
);
|
|
+ exit(1);
|
|
}
|
|
|
|
static void
|