From: Nikolay Denev Date: Fri, 24 Feb 2012 19:45:40 +0000 (+0200) Subject: Remove the underscored "sguil_base_dir" compatibility option. X-Git-Tag: suricata-1.3beta1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6819ec8b5403937bb317f8254963421105d646bc;p=thirdparty%2Fsuricata.git Remove the underscored "sguil_base_dir" compatibility option. --- diff --git a/src/log-pcap.c b/src/log-pcap.c index af991159e7..78e1b1afd5 100644 --- a/src/log-pcap.c +++ b/src/log-pcap.c @@ -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) {