1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +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

@@ -1626,7 +1626,7 @@ void schannel_encode(struct schannel_auth_struct *a, enum pipe_auth_level auth_l
uchar digest_final[16];
uchar confounder[8];
uchar seq_num[8];
static const uchar nullbytes[8];
static const uchar nullbytes[8] = { 0, };
static const uchar schannel_seal_sig[8] = SCHANNEL_SEAL_SIGNATURE;
static const uchar schannel_sign_sig[8] = SCHANNEL_SIGN_SIGNATURE;