MINOR: config: allow no set-dumpable config option
authorWilliam Dauchy <w.dauchy@criteo.com>
Sun, 27 Oct 2019 19:08:10 +0000 (20:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Oct 2019 16:42:27 +0000 (17:42 +0100)
commitec73098171aba543cba0072d7f1fbfe1588fb837
treecca8f1b775dad924808bd60bbf4d24f7fff226b5
parent0a8824f25dcce8434e7fd25708aa4edd144448cd
MINOR: config: allow no set-dumpable config option

in global config parsing, we currently expect to have a possible no
keyword (KWN_NO), but we never allow it in config parsing.
another patch could have been to simply remove the code handling a
possible KWN_NO.
take this opportunity to update documentation of set-dumpable.

Signed-off-by: William Dauchy <w.dauchy@criteo.com>
doc/configuration.txt
src/cfgparse.c