]> git.ipfire.org Git - thirdparty/suricata.git/commit
--set - handle spaces on either side of '='
authorJason Ish <ish@unx.ca>
Wed, 20 May 2015 21:14:59 +0000 (15:14 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 30 May 2015 08:59:18 +0000 (10:59 +0200)
commitae23144b67e62636b8955d28cc0b8f9c761a3334
tree30b21dad2312f7676dab7aee52b3695cc490250a
parentd9fe95bc8a0b4809b77d12973b8b3ca0cfce029b
--set - handle spaces on either side of '='

Discard spaces when provided as part of --set around the '='. For
example, "val=key", "val = key", "val= key" and "val =key" are
all equivalent now.
src/conf.c
src/conf.h
src/suricata.c