summaryrefslogtreecommitdiffstats
path: root/source/libsmb/ntlmssp.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-09-04 09:51:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:43:23 -0500
commit089b51e28cc5e3674e4edf5464c7a15673c5ec0f (patch)
tree7582f4e82e85dae872abcb03f5ad3c04ef0ff7f4 /source/libsmb/ntlmssp.c
parent30df6cb65f2dcc1829ea362ea0bc2a5e10f9819a (diff)
downloadsamba-089b51e28cc5e3674e4edf5464c7a15673c5ec0f.tar.gz
samba-089b51e28cc5e3674e4edf5464c7a15673c5ec0f.tar.xz
samba-089b51e28cc5e3674e4edf5464c7a15673c5ec0f.zip
r18029: More C++ stuff
Diffstat (limited to 'source/libsmb/ntlmssp.c')
-rw-r--r--source/libsmb/ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/ntlmssp.c b/source/libsmb/ntlmssp.c
index d017bdb76cf..c1852a11879 100644
--- a/source/libsmb/ntlmssp.c
+++ b/source/libsmb/ntlmssp.c
@@ -1062,7 +1062,7 @@ static NTSTATUS ntlmssp_client_challenge(struct ntlmssp_state *ntlmssp_state,
}
if (!ntlmssp_state->nt_hash || !ntlmssp_state->lm_hash) {
- static const uchar zeros[16];
+ static const uchar zeros[16] = { 0, };
/* do nothing - blobs are zero length */
/* session key is all zeros */