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:41:58 +0000 (12:41 +0100)
commitc9e05e11b152401d63ae9b8b40c717d0bd3d0646
tree8035ee2a5fca1e7baf7badbbf229777d5f16430b
parentc3bd0b5951f09f102abaa19fb2e1f55711b975d2
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
source3/auth/auth_sam.c