Fix 'may be used uninitialized' warning not caught by clang.
This commit is contained in:
parent
d498dce901
commit
a5144524e2
@ -2211,7 +2211,7 @@ create_objects_compat(struct ip_fw_chain *ch, ipfw_insn *cmd,
|
||||
return (error);
|
||||
}
|
||||
|
||||
return (error);
|
||||
return (0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user