HomeFreeBSD

rpcgen: Unindent a line not guarded by if (mtflag).

Description

rpcgen: Unindent a line not guarded by if (mtflag).

mtflag is used to add pthread mutex locking around operations to make
them thread-safe. Setting the state to _SERVED is not conditional on
locking.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D37541

Details

Provenance
jhbAuthored on Dec 5 2022, 12:32 AM
Reviewer
imp
Differential Revision
D37541: rpcgen: Unindent a line not guarded by if (mtflag).
Parents
rGf0b58b190107: rpcgen: Don't free() a pointer after realloc().
Branches
Unknown
Tags
Unknown