From 01af779f2a6a7008f5e7fee1a7adbe1683209c60 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 13 Nov 2024 14:48:10 +0300 Subject: [PATCH] nfqws: chown log files after options parse --- nfq/nfqws.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nfq/nfqws.c b/nfq/nfqws.c index 962a6ea..3cae8de 100644 --- a/nfq/nfqws.c +++ b/nfq/nfqws.c @@ -2043,7 +2043,6 @@ int main(int argc, char **argv) if (params.droproot && dp->hostlist_auto && chown(dp->hostlist_auto->filename, params.uid, -1)) DLOG_ERR("could not chown %s. auto hostlist file may not be writable after privilege drop\n", dp->hostlist_auto->filename); #endif - } if (!LoadAllHostLists())