nwrap: Remove incorrect implementation of nwrap_initgroups()
authorPavel Filipenský <pfilipensky@samba.org>
Tue, 17 Jan 2023 08:43:45 +0000 (09:43 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2023 08:56:35 +0000 (09:56 +0100)
commit24c7064e7bfc8288028708af973cb793d6a1bba0
tree508714528e6db37c8aab09ee25c06ea3c7ef1326
parent5243f743db1e43f8607403700c159a833eeef25a
nwrap: Remove incorrect implementation of nwrap_initgroups()

This will be correctly implemented later. The backends actually don't have an
initgroups() function but initgroups_dyn().

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
src/nss_wrapper.c