s3: Fix idmap_hash
commit09c91a947005f8feb377dab40fcb937390a4efcb
authorVolker Lendecke <vl@samba.org>
Tue, 18 Sep 2012 22:31:26 +0000 (18 15:31 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 21 Sep 2012 07:26:16 +0000 (21 09:26 +0200)
tree8ad038d76d49cbcb2aa86d9c57fb8968a7fcd49d
parent66c3247e74f8d545b1d769c7d9ef6542a08f0719
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

Fix bug #9188 - idmap_hash crashes.
source3/winbindd/idmap_hash/idmap_hash.c