diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index bae3830..0bc810d 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -112,7 +112,7 @@ char *privproto = NULL; | |||
112 | char *authpasswd = NULL; | 112 | char *authpasswd = NULL; |
113 | char *privpasswd = NULL; | 113 | char *privpasswd = NULL; |
114 | char **oids = NULL; | 114 | char **oids = NULL; |
115 | size_t oids_size = NULL; | 115 | size_t oids_size = 0; |
116 | char *label; | 116 | char *label; |
117 | char *units; | 117 | char *units; |
118 | char *port; | 118 | char *port; |