mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Fixed cosemtic naming of firewall groups for webinterface.
This commit is contained in:
@@ -101,8 +101,11 @@ int main(void)
|
||||
exit(0);
|
||||
}
|
||||
|
||||
if (!(fd = fopen(CONFIG_ROOT "/wireless/nodrop", "r")))
|
||||
{
|
||||
/* register exit handler to ensure the block rule is always present */
|
||||
atexit(exithandler);
|
||||
}
|
||||
|
||||
if (!(fd = fopen(CONFIG_ROOT "/wireless/config", "r")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user