1
0
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:
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

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