mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-23 07:07:00 -04:00
Updated int state to human readable
This commit is contained in:
parent
a1f3289000
commit
69fed9d083
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ char *authproto = NULL;
|
|||
char *privproto = NULL;
|
||||
char *authpasswd = NULL;
|
||||
char *privpasswd = NULL;
|
||||
int nulloid = 3;
|
||||
int nulloid = STATE_UNKNOWN;
|
||||
char **oids = NULL;
|
||||
size_t oids_size = 0;
|
||||
char *label;
|
||||
|
|
|
|||
Loading…
Reference in a new issue