mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-22 06:15:25 +00:00
nfqws: remove unneeded ifdefs
This commit is contained in:
parent
720c2fad86
commit
fe98c9d972
@ -238,14 +238,10 @@ static int nfq_main(void)
|
|||||||
int fd,e;
|
int fd,e;
|
||||||
ssize_t rd;
|
ssize_t rd;
|
||||||
|
|
||||||
#ifndef __CYGWIN__
|
|
||||||
sec_harden();
|
sec_harden();
|
||||||
|
|
||||||
if (params.droproot && !droproot(params.uid, params.gid))
|
if (params.droproot && !droproot(params.uid, params.gid))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
print_id();
|
print_id();
|
||||||
#endif
|
|
||||||
|
|
||||||
pre_desync();
|
pre_desync();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user