]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Remove the underscored "sguil_base_dir" compatibility option.
authorNikolay Denev <ndenev@gmail.com>
Fri, 24 Feb 2012 19:45:40 +0000 (21:45 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 28 Feb 2012 08:24:24 +0000 (09:24 +0100)
src/log-pcap.c

index af991159e707f0409e7c1d3faf9d020f0368fa46..78e1b1afd5bd20a18b7c9e3282f0998a66784819 100644 (file)
@@ -468,9 +468,6 @@ OutputCtx *PcapLogInitCtx(ConfNode *conf)
         s_dir = ConfNodeLookupChildValue(conf, "dir");
         if (s_dir == NULL) {
             s_dir = ConfNodeLookupChildValue(conf, "sguil-base-dir");
-            if (s_dir == NULL) {
-                s_dir = ConfNodeLookupChildValue(conf, "sguil_base_dir");
-            }
         }
         if (s_dir == NULL) {
             if (pl->mode == LOGMODE_SGUIL) {