diff options
Diffstat (limited to 'src/nxt_conf.c')
-rw-r--r-- | src/nxt_conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_conf.c b/src/nxt_conf.c index d04aa45c..9bb61396 100644 --- a/src/nxt_conf.c +++ b/src/nxt_conf.c @@ -607,6 +607,7 @@ nxt_conf_map_object(nxt_mp_t *mp, nxt_conf_value_t *value, nxt_conf_map_t *map, switch (map[i].type) { + case NXT_CONF_MAP_BOOL: case NXT_CONF_MAP_INT8: if (v->type == NXT_CONF_VALUE_BOOLEAN) { |