mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
tpws: fix BSD build
This commit is contained in:
parent
9812630ef2
commit
4470c73e48
@ -538,7 +538,9 @@ void parse_params(int argc, char *argv[])
|
|||||||
params.pf_enable = true; // OpenBSD and MacOS have no other choice
|
params.pf_enable = true; // OpenBSD and MacOS have no other choice
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __linux__
|
||||||
params.fix_seg_avail = socket_supports_notsent();
|
params.fix_seg_avail = socket_supports_notsent();
|
||||||
|
#endif
|
||||||
|
|
||||||
LIST_INIT(¶ms.hostlists);
|
LIST_INIT(¶ms.hostlists);
|
||||||
LIST_INIT(¶ms.ipsets);
|
LIST_INIT(¶ms.ipsets);
|
||||||
|
Loading…
Reference in New Issue
Block a user