mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-24 07:39:14 -04:00
Removed unnecessary regex array
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@472 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
f2c630602a
commit
8fa5d6d877
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,6 @@ char regex_expect[MAX_INPUT_BUFFER] = "";
|
|||
regex_t preg;
|
||||
regmatch_t pmatch[10];
|
||||
char timestamp[10] = "";
|
||||
char regex[MAX_INPUT_BUFFER];
|
||||
char errbuf[MAX_INPUT_BUFFER];
|
||||
int cflags = REG_EXTENDED | REG_NOSUB | REG_NEWLINE;
|
||||
int eflags = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue