summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/ntlmssp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index 0cf44885e5..4e99340f8a 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -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;