mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r18029: More C++ stuff
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
30df6cb65f
commit
089b51e28c
@@ -183,7 +183,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx,
|
||||
DATA_BLOB *user_sess_key,
|
||||
DATA_BLOB *lm_sess_key)
|
||||
{
|
||||
static const unsigned char zeros[8];
|
||||
static const unsigned char zeros[8] = { 0, };
|
||||
if (nt_pw == NULL) {
|
||||
DEBUG(3,("ntlm_password_check: NO NT password stored for user %s.\n",
|
||||
username));
|
||||
|
||||
Reference in New Issue
Block a user