s4:libnet_UserList: allocate children strings on the correct talloc parent
authorStefan Metzmacher <metze@samba.org>
Sat, 10 Jul 2010 07:04:43 +0000 (09:04 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 10 Jul 2010 07:35:01 +0000 (09:35 +0200)
commit35c554bef02e9acfe9cbec12d1f4ebc1067bedd4
treed40497734580a24a5c8ed4b75374d49f05c6d11e
parent85f73840b0c64ef8082c8a9665c3cc3caa176c1d
s4:libnet_UserList: allocate children strings on the correct talloc parent

Otherwise the _recv() function won't move the children strings to the
callers memory context and let the callers crash.

metze
source4/libnet/libnet_user.c