nfqws: remove unneeded ifdefs

This commit is contained in:
bol-van 2024-12-09 14:54:09 +03:00
parent 720c2fad86
commit fe98c9d972

View File

@ -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();