From: Alexander Bokovoy Date: Mon, 14 Jan 2008 18:32:59 +0000 (+0300) Subject: Fix crash in winbind clients: instead of talloc-based pointer we passed address of... X-Git-Tag: release-4-0-0alpha6~801^2~3888^2~18 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=edd4cb0373a668c422b3aa2a460c1004682f3d1d;p=ddiss%2Fsamba.git Fix crash in winbind clients: instead of talloc-based pointer we passed address of a local variable. (This used to be commit a861ff20917eeca303e2d36de71cd8614e937d5f) --- diff --git a/source3/lib/winbind_util.c b/source3/lib/winbind_util.c index 3cf068a6e0d..14356b09cf7 100644 --- a/source3/lib/winbind_util.c +++ b/source3/lib/winbind_util.c @@ -201,7 +201,7 @@ bool winbind_lookup_rids(TALLOC_CTX *mem_ctx, *types = TALLOC_ARRAY(mem_ctx, enum lsa_SidType, num_rids); for(i=0; i