diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-09-04 09:51:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:43:23 -0500 |
commit | 6655e1e997fa96408ce257f1c96773db4551f69f (patch) | |
tree | 485a5b6dd5aa1696d74d84c9250573b80da5d6d5 /source3/utils/ntlm_auth_diagnostics.c | |
parent | f5906de76db2ba8c95af3da34a283de3da21ec0f (diff) | |
download | samba-6655e1e997fa96408ce257f1c96773db4551f69f.tar.gz samba-6655e1e997fa96408ce257f1c96773db4551f69f.tar.xz samba-6655e1e997fa96408ce257f1c96773db4551f69f.zip |
r18029: More C++ stuff
(This used to be commit 089b51e28cc5e3674e4edf5464c7a15673c5ec0f)
Diffstat (limited to 'source3/utils/ntlm_auth_diagnostics.c')
-rw-r--r-- | source3/utils/ntlm_auth_diagnostics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth_diagnostics.c b/source3/utils/ntlm_auth_diagnostics.c index e69715affd..f7997de711 100644 --- a/source3/utils/ntlm_auth_diagnostics.c +++ b/source3/utils/ntlm_auth_diagnostics.c @@ -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; |