s3: Fix a winbind segfault in "trusted_domains"
authorVolker Lendecke <vl@samba.org>
Wed, 13 Jan 2010 11:20:26 +0000 (12:20 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 13 Jan 2010 11:22:31 +0000 (12:22 +0100)
commit026b23062eeee23dffeb627800b3cb6f55d89ad6
treeda03ee2b07d0f76c03edd545e9624aa19487d1fe
parent5d1aa4c5b796ad5e65f7447414d09c059f060946
s3: Fix a winbind segfault in "trusted_domains"

We have to initialize domain->backend by calling "get_cache" before doing a
query

Thanks to Christian Ambach to find this :-)
source3/winbindd/winbindd_cache.c