Fix a valgrind error
authorVolker Lendecke <vl@samba.org>
Tue, 25 Mar 2008 21:35:20 +0000 (22:35 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 25 Mar 2008 22:36:13 +0000 (23:36 +0100)
commite6a1027757ef08a5a780175b93ebdb314e91cdba
treed1e0ca85f79da42d050c5688e0cb121044ffa1eb
parent689cd9e1012bba0a4e9a7da4bbf8b2833e0f1684
Fix a valgrind error

In winbind, we're using the info3 struct to send it to the winbind client after
netsamlogon_cache_store. Without this info3->base.account_name.string was
prematurely freed.
(This used to be commit aa4377561b691e2c5108c18aeb34fff39d8775df)
source3/libsmb/samlogon_cache.c