s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()
authorMichael Adam <obnox@samba.org>
Mon, 4 Jan 2010 14:37:24 +0000 (15:37 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 25 Jan 2010 11:49:23 +0000 (12:49 +0100)
commit47b0b192e00496f8dff843d435c89a648f60087a
tree71ea5cd94feec76643651d80c401b6f93977bb73
parentcd774bafc11b2dbb981710697e716d0ae896496d
s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()

This way it is more explicit that there is no allocated data here
that may leak.

Michael
(cherry picked from commit c9e05e11b152401d63ae9b8b40c717d0bd3d0646)
source3/auth/auth_sam.c