nwrap: Remove unneeded nss_module_symbol_binding_mutex
authorAndreas Schneider <asn@samba.org>
Fri, 4 Nov 2022 13:35:50 +0000 (14:35 +0100)
committerAndreas Schneider <asn@samba.org>
Fri, 4 Nov 2022 13:41:50 +0000 (14:41 +0100)
commit92f0f6a93037685fdb7fffbacc32efdc13a2980a
treed963cf2d2d7cbc0481cbc38706030ecca2fb4ea2
parent8c35ff4bd5bfdcc61a57dc81cbc165901d81f02b
nwrap: Remove unneeded nss_module_symbol_binding_mutex

This loading of nss symbols already is protected by the mutex of nwrap_init().

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
src/nss_wrapper.c