From f721b509d792fde8aed9c70f098704d9ee042493 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 17 Aug 2016 13:13:02 +0200 Subject: 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 --- src/ct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ct.c b/src/ct.c index f383f298..f6b1dc13 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 = { -- cgit v1.2.3