Browse Source

tpws: fix BSD build

pull/828/head v69
bol-van 5 months ago
parent
commit
4470c73e48
  1. 2
      tpws/tpws.c

2
tpws/tpws.c

@ -538,7 +538,9 @@ void parse_params(int argc, char *argv[])
params.pf_enable = true; // OpenBSD and MacOS have no other choice
#endif
#ifdef __linux__
params.fix_seg_avail = socket_supports_notsent();
#endif
LIST_INIT(&params.hostlists);
LIST_INIT(&params.ipsets);

Loading…
Cancel
Save