Skip to content
Commit 37fb019c authored by Florian Weimer's avatar Florian Weimer
Browse files

sunrpc: Do not unregister services if not registered [BZ #5010]

The change in commit 71894681
has no effect because of two bugs which cancel each other out:
The svc_is_mapped condition is inverted, and svc_is_mapped
always returns false because the check is performed after
the service has already been unregistered.  As a result,
pmap_unset is called unconditionally, as before.
parent b31737bd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment