The ipfilter module name wasn't exactly conventional..

This commit is contained in:
Peter Wemm 1999-12-20 15:49:38 +00:00
parent c24792feab
commit bbc6383b4a

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
};