From f88bf54c7f6d1c2ef833047eb8327953c304b5ff Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 May 2004 17:24:24 +0000 Subject: r889: convert samba4 to use [u]int16_t instead of [u]int16 metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3) --- source4/auth/auth_domain.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/auth/auth_domain.c') diff --git a/source4/auth/auth_domain.c b/source4/auth/auth_domain.c index a19d0f7846..3064da72de 100644 --- a/source4/auth/auth_domain.c +++ b/source4/auth/auth_domain.c @@ -123,7 +123,7 @@ static NTSTATUS rpc_resolve_dc(const char *server, static NTSTATUS connect_to_domain_password_server(struct cli_state **cli, const char *server, const char *setup_creds_as, - uint16 sec_chan, + uint16_t sec_chan, const unsigned char *trust_passwd, BOOL *retry) { @@ -234,7 +234,7 @@ static NTSTATUS attempt_connect_to_dc(struct cli_state **cli, const char *domain, struct in_addr *ip, const char *setup_creds_as, - uint16 sec_chan, + uint16_t sec_chan, const unsigned char *trust_passwd) { NTSTATUS ret = NT_STATUS_UNSUCCESSFUL; @@ -265,7 +265,7 @@ static NTSTATUS attempt_connect_to_dc(struct cli_state **cli, static NTSTATUS find_connect_dc(struct cli_state **cli, const char *domain, const char *setup_creds_as, - uint16 sec_chan, + uint16_t sec_chan, unsigned char *trust_passwd, time_t last_change_time) { @@ -293,7 +293,7 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx, uchar chal[8], auth_serversupplied_info **server_info, const char *server, const char *setup_creds_as, - uint16 sec_chan, + uint16_t sec_chan, unsigned char trust_passwd[16], time_t last_change_time) { -- cgit