Last minute patch that I forgot to apply: check return code of iplattach()

This commit is contained in:
Guido van Rooij 1999-12-06 21:21:47 +00:00
parent 4fb3772628
commit ba5d8fc721

View File

@ -109,6 +109,8 @@ ipfilter_modevent(module_t mod, int type, void *unused)
switch (type) {
case MOD_LOAD :
error = iplattach();
if (error)
break;
c = NULL;
for(i=strlen(IPL_NAME); i>0; i--)