Browse Source

tpws: enable-pf case disable in apple

pull/98/head
bol-van 3 years ago
parent
commit
611befefaf
  1. 2
      tpws/tpws.c

2
tpws/tpws.c

@ -494,7 +494,7 @@ void parse_params(int argc, char *argv[])
case 39: /* skip-nodelay */ case 39: /* skip-nodelay */
params.skip_nodelay = true; params.skip_nodelay = true;
break; break;
#if defined(BSD) && !defined(__OpenBSD__) #if defined(BSD) && !defined(__OpenBSD__) && !defined(__APPLE__)
case 40: /* enable-pf */ case 40: /* enable-pf */
params.pf_enable = true; params.pf_enable = true;
break; break;

Loading…
Cancel
Save