s3: Fix idmap_hash
commit03055af9b2af8a5a1c23946369a21d6437cf1b8c
authorVolker Lendecke <vl@samba.org>
Tue, 18 Sep 2012 22:31:26 +0000 (18 15:31 -0700)
committerVolker Lendecke <vl@samba.org>
Thu, 20 Sep 2012 03:03:54 +0000 (20 05:03 +0200)
tree675e9b5642284cdc9db627e23cad85bec29f2e7a
parentf43498b7590e33f2c8939c4f04781068674335af
s3: Fix idmap_hash

Calling be_init with NULL safely crashes, because we dereference NULL. We
don't need to call it here, this is called in all workers anyway. Thanks
to Jiri Sasek <jiri.sasek@oracle.com> for finding this.

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Thu Sep 20 05:03:54 CEST 2012 on sn-devel-104
source3/winbindd/idmap_hash/idmap_hash.c