s3:winbind Ensure we always init idmap_passdb before we use it
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 04:55:17 +0000 (14:55 +1000)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 10:40:40 +0000 (12:40 +0200)
commit567ce9232f24ee47a46c90cf24ffe1da93d23831
treea37b1ccc2e525ddfac5f0c69126983e33c07eb49
parentf5b66ea630331a0bc87d8757790d989fb413de3a
s3:winbind Ensure we always init idmap_passdb before we use it

It seems that it is possible for idmap_init_passdb_domain() to be run
before idmap_init_domain(), so ensure we run the static init functions
in both.

Andrew Bartlett

Signed-off-by: Michael Adam <obnox@samba.org>
source3/winbindd/idmap.c