s3:auth:check_sam_security: null out sampass after it has been stolen.
authorMichael Adam <obnox@samba.org>
Wed, 6 Jan 2010 11:32:51 +0000 (12:32 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 7 Jan 2010 10:07:56 +0000 (11:07 +0100)
commitde4fb80beec59999dd9ce074d4fff0b310fb08da
tree11e8c2f991e1691bfcb21824c62fb8b94b0c513b
parent36348594505a5e7934d20d3b614f51023ae5740a
s3:auth:check_sam_security: null out sampass after it has been stolen.

So that a later talloc_free would not harm. I could have used
talloc_move instead of talloc steal in make_server_info_sam(),
but this would have required a change of the signature.

Michael
source3/auth/auth_sam.c