s3 ntlm_auth: Don't malloc data that will be talloc_free()d
authorKai Blin <kai@samba.org>
Thu, 25 Mar 2010 21:22:56 +0000 (22:22 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Mar 2010 07:41:06 +0000 (09:41 +0200)
commit1b9a59bf28ccf0e3d9f9f22e824d69d1004c38e4
tree3bc736bc42fc218e9fcd3ecbf7ea7291bea1b3a7
parent80179fd40c0bc4cf24df9a562cba0e6f1717d3ec
s3 ntlm_auth: Don't malloc data that will be talloc_free()d

This fixes bug #7290
Thanks to Mohan <mohann@silver-peak.com> for the bug report.
(cherry picked from commit 66565a364afe6336773acab35b96b8e74da078b3)
source3/utils/ntlm_auth.c