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)
committerKarolin Seeger <kseeger@samba.org>
Mon, 25 Jan 2010 11:41:58 +0000 (12:41 +0100)
commit1bb4a2ca3a1e11b395b3b819e468ecac67e16d64
treec5a10e72f8835765c18e5a288fd32b0800285ddf
parent2925209acc8bcda487fa8f05365ea8fedb232218
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