diff options
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r-- | source4/auth/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h index db50e24959..59e1629a0d 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -90,7 +90,7 @@ struct auth_context { struct auth_methods *auth_method_list; TALLOC_CTX *mem_ctx; - const uint8 *(*get_ntlm_challenge)(struct auth_context *auth_context); + const uint8_t *(*get_ntlm_challenge)(struct auth_context *auth_context); NTSTATUS (*check_ntlm_password)(const struct auth_context *auth_context, const struct auth_usersupplied_info *user_info, struct auth_serversupplied_info **server_info); |