HomeFreeBSD

rctl: fix sysctl kern.racct.enable use after r341182

Description

rctl: fix sysctl kern.racct.enable use after r341182

The value was changed from int to bool. Since the new type
is smaller, the rest of the variable in the caller was left
unitialized.

PR: 236714
Reported by: trasz
Diagnosed by: markj
Sponsored by: The FreeBSD Foundation

Details

Provenance
mjgAuthored on
Parents
rS345852: fusefs: send FUSE_FLUSH during VOP_CLOSE
Branches
Unknown
Tags
Unknown