s3-auth Fix memory leak in security=share and force user =
authorAndrew Bartlett <abartlet@samba.org>
Fri, 11 Feb 2011 00:34:56 +0000 (11:34 +1100)
committerJeremy Allison <jra@samba.org>
Wed, 16 Feb 2011 01:24:58 +0000 (17:24 -0800)
commit518f1a2a35920ebf43c29b163a5091a9d92b5264
treee5f4fdddeb58f29e84c70b3bd0a20105f9833fda
parent320e5492d037a7bbd4a42af43db70d3a14f5477d
s3-auth Fix memory leak in security=share and force user =

In these cases, the server_info was not stolen onto a long term memory
context, and so remained on the NULL context where it was created.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Feb 16 01:08:19 CET 2011 on sn-devel-104
(cherry picked from commit 1354d3dc747344390302e3fd2a202ff372985a9c)
source3/auth/auth_util.c