mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Returning an uninitialized error is a bad thing.
MFC after: 3 days
This commit is contained in:
parent
3f894e9850
commit
ded28caa5e
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ ipf_modunload()
|
|||
|
||||
printf("%s unloaded\n", ipfilter_version);
|
||||
|
||||
return error;
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue