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 b943379..8715fb0 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -167,7 +167,6 @@ char regex_expect[MAX_INPUT_BUFFER] = ""; | |||
167 | regex_t preg; | 167 | regex_t preg; |
168 | regmatch_t pmatch[10]; | 168 | regmatch_t pmatch[10]; |
169 | char timestamp[10] = ""; | 169 | char timestamp[10] = ""; |
170 | char regex[MAX_INPUT_BUFFER]; | ||
171 | char errbuf[MAX_INPUT_BUFFER]; | 170 | char errbuf[MAX_INPUT_BUFFER]; |
172 | int cflags = REG_EXTENDED | REG_NOSUB | REG_NEWLINE; | 171 | int cflags = REG_EXTENDED | REG_NOSUB | REG_NEWLINE; |
173 | int eflags = 0; | 172 | int eflags = 0; |