diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/ntlmssp/ntlmssp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h index 09bab86740..181c8bf685 100644 --- a/source4/auth/ntlmssp/ntlmssp.h +++ b/source4/auth/ntlmssp/ntlmssp.h @@ -59,7 +59,7 @@ struct gensec_ntlmssp_state bool server_multiple_authentications; /* Set to 'True' to allow squid 2.5 style 'challenge caching' */ - char *user; + const char *user; const char *domain; const char *workstation; |