diff options
-rw-r--r-- | source3/auth/auth_domain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 7eb020d8a6..47d4eb025b 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -116,7 +116,7 @@ void attempt_machine_password_change(void) static NTSTATUS connect_to_domain_password_server(struct cli_state **cli, const char *domain, const char *dc_name, - struct sockaddr_storage *dc_ss, + const struct sockaddr_storage *dc_ss, struct rpc_pipe_client **pipe_ret) { NTSTATUS result; @@ -262,7 +262,7 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx, uchar chal[8], struct auth_serversupplied_info **server_info, const char *dc_name, - struct sockaddr_storage *dc_ss) + const struct sockaddr_storage *dc_ss) { struct netr_SamInfo3 *info3 = NULL; |