idmap_hash: remove unused error checks
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Mar 2019 12:54:10 +0000 (13:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2019 07:36:38 +0000 (09:36 +0200)
commit056eba415dbb10dfdba8633c98ee98c92f8f4c27
treeeef2ef5b8fe2375e6eaa12b46f3abe2df2d55169
parent2711cfeb0e306a4fd21ac46c1edf40668e51114e
idmap_hash: remove unused error checks

id_map_ptrs_init() is used in the callers in order to
set everything up as expected.

Other backends also just trust the caller.

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