1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3:ntlmssp: add some consts

metze

Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
Stefan Metzmacher 2009-12-30 15:23:16 +01:00 committed by Günther Deschner
parent 7c0ea293f9
commit 7c42c5d8ff

View File

@ -50,9 +50,9 @@ struct ntlmssp_state
bool unicode;
bool use_ntlmv2;
bool use_ccache;
char *user;
char *domain;
char *workstation;
const char *user;
const char *domain;
const char *workstation;
unsigned char *nt_hash;
unsigned char *lm_hash;