From: Pablo Neira Ayuso Date: Wed, 17 Aug 2016 11:13:02 +0000 (+0200) Subject: ct: add missing slash to connlabel path X-Git-Tag: v0.7~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f721b509d792fde8aed9c70f098704d9ee042493;p=thirdparty%2Fnftables.git ct: add missing slash to connlabel path If I configure nftables via: ./configure --prefix=/usr the connlabel path breaks due to missing slash, so append this after DEFAULT_INCLUDE_PATH. Signed-off-by: Pablo Neira Ayuso Acked-by: Florian Westphal --- diff --git a/src/ct.c b/src/ct.c index f383f2985..f6b1dc132 100644 --- a/src/ct.c +++ b/src/ct.c @@ -29,7 +29,7 @@ #include #include -#define CONNLABEL_CONF DEFAULT_INCLUDE_PATH "connlabel.conf" +#define CONNLABEL_CONF DEFAULT_INCLUDE_PATH "/connlabel.conf" static const struct symbol_table ct_state_tbl = { .symbols = {