Properly return rule number.

Submitted by:	Wojciech A. Koszek
PR:		bin/79292
MFC after:	1 week
This commit is contained in:
pjd 2005-03-28 09:37:44 +00:00
parent 1381a78ad1
commit 04c16e7ef2

View File

@ -743,7 +743,7 @@ bsde_add_rule(int *rulenum, struct mac_bsdextended_rule *rule, size_t buflen,
}
if (rulenum != NULL)
rule_slots;
*rulenum = rule_slots;
return (0);
}