mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
r18029: More C++ stuff
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
30df6cb65f
commit
089b51e28c
@@ -449,7 +449,7 @@ static BOOL test_plaintext(enum ntlm_break break_which)
|
||||
|
||||
uchar user_session_key[16];
|
||||
uchar lm_key[16];
|
||||
static const uchar zeros[8];
|
||||
static const uchar zeros[8] = { 0, };
|
||||
DATA_BLOB chall = data_blob(zeros, sizeof(zeros));
|
||||
char *error_string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user