mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Minor simplification.
This commit is contained in:
parent
d9915117c9
commit
2709e8904f
1 changed files with 1 additions and 3 deletions
|
|
@ -723,9 +723,7 @@ retry:
|
|||
|
||||
error = SYSCTL_OUT(req, sxp, sizeof(*sxp) * count);
|
||||
free(sxp, M_TEMP);
|
||||
if (error)
|
||||
return (error);
|
||||
return (0);
|
||||
return (error);
|
||||
}
|
||||
|
||||
SYSCTL_OID(_security_jail, OID_AUTO, list, CTLTYPE_STRUCT | CTLFLAG_RD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue