fixed a double free in winbind
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Apr 2008 14:23:48 +0000 (16:23 +0200)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Apr 2008 14:23:48 +0000 (16:23 +0200)
commit93c9de03afd907015108bbb53bd8453da3cc8115
treeac4b38f20781aecf04e83af1c31a9d41157bd2c6
parent09e1ed03c7ba71dafd767b46ca57539c6f92e5d0
fixed a double free in winbind

state->domain->netlogon_binding is a child of ctx, and ctx is freed by
the composite_is_ok failure callback
(This used to be commit 3c217518ba9a7b64fe6c842187499f1ee5189567)
source4/winbind/wb_init_domain.c