1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

Add const.

This commit is contained in:
Andrew Bartlett -
parent 1e4ac9615d
commit f7dd66e88d
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ void se_map_standard(uint32 *access_mask, struct standard_mapping *mapping)
"Access-Checking" document in MSDN. "Access-Checking" document in MSDN.
*****************************************************************************/ *****************************************************************************/
BOOL se_access_check(SEC_DESC *sd, const NT_USER_TOKEN *token, BOOL se_access_check(const SEC_DESC *sd, const NT_USER_TOKEN *token,
uint32 acc_desired, uint32 *acc_granted, uint32 acc_desired, uint32 *acc_granted,
NTSTATUS *status) NTSTATUS *status)
{ {

View File

@ -227,7 +227,7 @@ BOOL secrets_lock_trust_account_password(char *domain, BOOL dolock)
the above call. the above call.
************************************************************************/ ************************************************************************/
BOOL secrets_fetch_trust_account_password(char *domain, uint8 ret_pwd[16], BOOL secrets_fetch_trust_account_password(const char *domain, uint8 ret_pwd[16],
time_t *pass_last_set_time) time_t *pass_last_set_time)
{ {
struct machine_acct_pass *pass; struct machine_acct_pass *pass;