From Alexander Bokovoy
authorJeremy Allison <jra@samba.org>
Mon, 14 Jan 2008 19:06:46 +0000 (11:06 -0800)
committerJeremy Allison <jra@samba.org>
Mon, 14 Jan 2008 19:06:46 +0000 (11:06 -0800)
commit19e4e99bfb02b8fa722883b04237ad714d402cb3
tree49f405f43e5297a2f3ea52c633ff1bcecdf282c6
parentd35bda0ffd5bea57087dba9a6da8c20df8fa165c
From Alexander Bokovoy

names is a 'const char **names' here, passed from upper level. Passing
'names' as a talloc context will break things as 'names' is usually
likely is a local variable, not a talloc'd. And we want to have array
elements on a context of the array anyway.

Jeremy.
(This used to be commit 22a4129fabf70e01cc638c2f7347c28201838830)
source3/lib/winbind_util.c