summaryrefslogtreecommitdiff
path: root/source3/auth/user_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/auth/user_info.c')
-rw-r--r--source3/auth/user_info.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/source3/auth/user_info.c b/source3/auth/user_info.c
index df08b73bff..eb84a369f5 100644
--- a/source3/auth/user_info.c
+++ b/source3/auth/user_info.c
@@ -32,9 +32,11 @@ NTSTATUS make_user_info(struct auth_usersupplied_info **user_info,
const char *client_domain,
const char *domain,
const char *wksta_name,
- DATA_BLOB *lm_pwd, DATA_BLOB *nt_pwd,
- DATA_BLOB *lm_interactive_pwd, DATA_BLOB *nt_interactive_pwd,
- DATA_BLOB *plaintext,
+ const DATA_BLOB *lm_pwd,
+ const DATA_BLOB *nt_pwd,
+ const DATA_BLOB *lm_interactive_pwd,
+ const DATA_BLOB *nt_interactive_pwd,
+ const DATA_BLOB *plaintext,
bool encrypted)
{