s3:auth_domain: fix talloc problem in connect_to_domain_password_server()
commitc53828d1427adee0fb69209af0a5eba0f45fd5a6
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Feb 2015 08:33:01 +0000 (9 09:33 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sun, 5 Jul 2015 19:30:16 +0000 (5 21:30 +0200)
treedbc5fb0efe67ae356ad26277a804764c56adb8de
parent2429bd633c5026f3b8346453010fcf5ac30a006a
s3:auth_domain: fix talloc problem in connect_to_domain_password_server()

s3:auth_domain: fix talloc problem in connect_to_domain_password_server()

return values of connect_to_domain_password_server() need to be exported
to the callers memory context.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11367
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/auth/auth_domain.c