Properly return rule number.
Submitted by: Wojciech A. Koszek PR: bin/79292 MFC after: 1 week
This commit is contained in:
parent
e19881ff08
commit
fbc822ae3a
@ -743,7 +743,7 @@ bsde_add_rule(int *rulenum, struct mac_bsdextended_rule *rule, size_t buflen,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (rulenum != NULL)
|
if (rulenum != NULL)
|
||||||
rule_slots;
|
*rulenum = rule_slots;
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user