Browse Source

nfqws: chown log files after options parse

pull/800/head
bol-van 5 months ago
parent
commit
01af779f2a
  1. 1
      nfq/nfqws.c

1
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())

Loading…
Cancel
Save