s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()
commitc0f404a2e46187424915a073142a0a218b48ec2c
authorMichael Adam <obnox@samba.org>
Mon, 4 Jan 2010 14:37:24 +0000 (4 15:37 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 7 Jan 2010 10:07:56 +0000 (7 11:07 +0100)
tree0ebf18e93038251f9c9a0daef4ab7fa8be5db18c
parent0172587d8d56e1163c27014e1e092580d0158e10
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