mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3: Apply some const
This commit is contained in:
parent
1a27343366
commit
b1a27e81d7
@ -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)
|
||||
{
|
||||
|
||||
|
@ -162,9 +162,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);
|
||||
void free_user_info(struct auth_usersupplied_info **user_info);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user