Fixed cosemtic naming of firewall groups for webinterface.

This commit is contained in:
Christian Schmidt
2010-04-23 13:21:09 +02:00
parent b1d6635994
commit bf137f5bb6
5 changed files with 19 additions and 17 deletions

View File

@@ -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")))
{