s3-auth Add const to make_user_info_map
[tridge/samba.git] / source3 / auth / proto.h
index 77f0f543e96dcb94f8f1d65b7885215df4e397e0..82d6018556c5205da4ee4b5247be59f3f96172e8 100644 (file)
@@ -100,8 +100,8 @@ NTSTATUS make_user_info_map(struct auth_usersupplied_info **user_info,
                            const char *client_domain,
                            const char *workstation_name,
                            const struct tsocket_address *remote_address,
-                           DATA_BLOB *lm_pwd,
-                           DATA_BLOB *nt_pwd,
+                           const DATA_BLOB *lm_pwd,
+                           const DATA_BLOB *nt_pwd,
                            const struct samr_Password *lm_interactive_pwd,
                            const struct samr_Password *nt_interactive_pwd,
                            const char *plaintext,