summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_developer.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlm/auth_developer.c')
-rw-r--r--source4/auth/ntlm/auth_developer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_developer.c b/source4/auth/ntlm/auth_developer.c
index e7e4be96ae8..870357795f6 100644
--- a/source4/auth/ntlm/auth_developer.c
+++ b/source4/auth/ntlm/auth_developer.c
@@ -49,7 +49,8 @@ static NTSTATUS name_to_ntstatus_want_check(struct auth_method_context *ctx,
static NTSTATUS name_to_ntstatus_check_password(struct auth_method_context *ctx,
TALLOC_CTX *mem_ctx,
const struct auth_usersupplied_info *user_info,
- struct auth_user_info_dc **_user_info_dc)
+ struct auth_user_info_dc **_user_info_dc,
+ bool *authoritative)
{
NTSTATUS nt_status;
struct auth_user_info_dc *user_info_dc;