Browse Source

nfqws: remove unneeded ifdefs

pull/957/head
bol-van 4 months ago
parent
commit
fe98c9d972
  1. 4
      nfq/nfqws.c

4
nfq/nfqws.c

@ -238,14 +238,10 @@ static int nfq_main(void)
int fd,e;
ssize_t rd;
#ifndef __CYGWIN__
sec_harden();
if (params.droproot && !droproot(params.uid, params.gid))
return 1;
print_id();
#endif
pre_desync();

Loading…
Cancel
Save