idmap_hash: we don't need to call idmap_hash_initialize() over and over again
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Mar 2019 09:54:49 +0000 (10:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2019 07:36:38 +0000 (09:36 +0200)
commit23b3c5dac36fc553ebc89f747778f23638971f8c
treea695c9ecd0d98e7681a38aeba5b957f82b2b0fc2
parent056eba415dbb10dfdba8633c98ee98c92f8f4c27
idmap_hash: we don't need to call idmap_hash_initialize() over and over again

It's always the first function that's called from idmap_methods.

This also demonstrates that we currently always return NT_STATUS_OK,
even if we haven't mapped all map entries.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/idmap_hash/idmap_hash.c