1
0
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:
Volker Lendecke
2006-09-04 09:51:47 +00:00
committed by Gerald (Jerry) Carter
parent 30df6cb65f
commit 089b51e28c
7 changed files with 8 additions and 8 deletions

View File

@@ -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;