diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 66d761c..bd13e57 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -113,7 +113,7 @@ char *authproto = NULL; | |||
113 | char *privproto = NULL; | 113 | char *privproto = NULL; |
114 | char *authpasswd = NULL; | 114 | char *authpasswd = NULL; |
115 | char *privpasswd = NULL; | 115 | char *privpasswd = NULL; |
116 | int nulloid = 3; | 116 | int nulloid = STATE_UNKNOWN; |
117 | char **oids = NULL; | 117 | char **oids = NULL; |
118 | size_t oids_size = 0; | 118 | size_t oids_size = 0; |
119 | char *label; | 119 | char *label; |