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:
parent
7c0ea293f9
commit
7c42c5d8ff
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user