Consolidate all of the global static variables in arp.c into a single

struct, and use booleans where appropriate.
This commit is contained in:
Nicholas J. Kain
2014-04-06 22:12:31 -04:00
parent a86363f248
commit e2ee728982
3 changed files with 160 additions and 144 deletions

View File

@@ -538,7 +538,7 @@ static void parse_program_options(int argc, char *argv[])
seccomp_enforce = true;
break;
case 'd':
arp_relentless_def = 1;
set_arp_relentless_def();
break;
case 'w':
case 'W': {