Returning an uninitialized error is a bad thing.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2019-08-04 12:47:35 +00:00
parent 3f894e9850
commit ded28caa5e

View file

@ -310,7 +310,7 @@ ipf_modunload()
printf("%s unloaded\n", ipfilter_version);
return error;
return (0);
}