Updated int state to human readable

This commit is contained in:
Ken D 2018-08-27 09:53:11 -05:00 committed by Lorenz Kästle
parent a1f3289000
commit 69fed9d083

View file

@ -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;