s3: Fix idmap_hash
commit7c009c349d56a9b6c7a220bc9429963c7c194814
authorVolker Lendecke <vl@samba.org>
Tue, 18 Sep 2012 22:31:26 +0000 (18 15:31 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 09:05:34 +0000 (29 10:05 +0100)
tree73e12a365d8b4ff4fd719f3c5339b5044272146b
parent4a1f497f7db6011243322ada293b3b15d85ec061
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.
(cherry picked from commit 09c91a947005f8feb377dab40fcb937390a4efcb)
source3/winbindd/idmap_hash/idmap_hash.c