s3:winbind Ensure we always init idmap_passdb before we use it
commite67b0cf603483aefe823ab3c86b02db27c48b6eb
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 04:55:17 +0000 (24 14:55 +1000)
committerMichael Adam <obnox@samba.org>
Tue, 1 Jun 2010 08:33:13 +0000 (1 10:33 +0200)
treef97fa8017bb41a28807ff414e17055e24df13838
parentb05c18cff275650b4caa74db6ba82975df3abe9d
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