s3:auth: add comment to nulling out stolen sampass
authorMichael Adam <obnox@samba.org>
Tue, 12 Jan 2010 11:25:32 +0000 (12:25 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jan 2010 15:19:56 +0000 (16:19 +0100)
commit444ecac2d28e02c6cc6da8ed97010fc475e834e5
tree2cb37496e8cf814943f66b8cce896c7afb4132d5
parent373dcf45cf3d8782c6486958c2ee108e4c8ebba5
s3:auth: add comment to nulling out stolen sampass

Adding this comment makes me think, I could also
have changed make_server_info_sam() talloc_move
instead of talloc_steal, but that would have
changed the signature... Well the comment is a
first step. :-)

Michael
source3/auth/auth_sam.c