sync code with last fixes and improvements from OpenBSD

This commit is contained in:
purplerain 2023-07-20 23:56:46 +00:00
parent f57be82572
commit 58b04bcee7
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
468 changed files with 9958 additions and 7882 deletions

View file

@ -411,7 +411,7 @@ void
pfi_group_addmember(const char *group)
{
PF_LOCK();
pfi_group_change(group);
pfi_group_change(group);
pfi_xcommit();
PF_UNLOCK();
}