mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +00:00
fix typo
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
b568725e7d
commit
4e7ab66fd4
1 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ static void skip_arg_parse(struct conf_t *state, char *optarg)
|
|||
OPT_ARG_WARNING,
|
||||
OPT_ARG_CRITICAL,
|
||||
OPT_ARG_MINSIZE,
|
||||
OPT_ARG_SUPRESSED
|
||||
OPT_ARG_SUPPRESSED
|
||||
};
|
||||
|
||||
char *const tokens[] = {
|
||||
|
|
@ -104,7 +104,7 @@ static void skip_arg_parse(struct conf_t *state, char *optarg)
|
|||
[OPT_ARG_WARNING] = "warning",
|
||||
[OPT_ARG_CRITICAL] = "critical",
|
||||
[OPT_ARG_MINSIZE] = "minsize",
|
||||
[OPT_ARG_SUPRESSED] = "suppressed",
|
||||
[OPT_ARG_SUPPRESSED] = "suppressed",
|
||||
NULL
|
||||
};
|
||||
char *value;
|
||||
|
|
@ -123,7 +123,7 @@ static void skip_arg_parse(struct conf_t *state, char *optarg)
|
|||
case OPT_ARG_MINSIZE:
|
||||
state->skip_minsize = 1;
|
||||
break;
|
||||
case OPT_ARG_SUPRESSED:
|
||||
case OPT_ARG_SUPPRESSED:
|
||||
state->skip_suppressed = 1;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue