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)
commit22a4129fabf70e01cc638c2f7347c28201838830
tree04686724c56a7c25a71d37aad0d115f106036328
parent3f081ebeadf30a7943723703ecae479e0412c60c
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.
source/lib/winbind_util.c