idmap_adex: Fix usage of talloc_stackframe().
authorGerald Carter <jerry@plainjoe.org>
Mon, 3 Aug 2009 21:18:10 +0000 (16:18 -0500)
committerVolker Lendecke <vl@samba.org>
Tue, 4 Aug 2009 17:17:00 +0000 (19:17 +0200)
commit25a65d604676b25f97ca427b805d151c1a40a07e
tree53b8c0bfdec63755bb1918c70d8922399c0f6ace
parent38ff5906b3073276cfe4a7d6d4fbf83a2a2e5fb8
idmap_adex: Fix usage of talloc_stackframe().

Pass an explicit TALLOC_CTX* to build_id_filter() and build_alias_filter()
rather than relying upon the talloc_stackframe() behavior that
allows a caller access to stackframe ctx for called functions.
source3/winbindd/idmap_adex/provider_unified.c