The ipfilter module name wasn't exactly conventional..

This commit is contained in:
peter 1999-12-20 15:49:38 +00:00
parent 6a8d636f67
commit 9ab99bd843
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ ipfilter_modevent(module_t mod, int type, void *unused)
}
static moduledata_t ipfiltermod = {
IPL_VERSION,
"ipfilter",
ipfilter_modevent,
0
};

View File

@ -173,7 +173,7 @@ ipfilter_modevent(module_t mod, int type, void *unused)
}
static moduledata_t ipfiltermod = {
IPL_VERSION,
"ipfilter",
ipfilter_modevent,
0
};