summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_anonymous.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlm/auth_anonymous.c')
-rw-r--r--source4/auth/ntlm/auth_anonymous.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_anonymous.c b/source4/auth/ntlm/auth_anonymous.c
index 4b0fff03cc..28cbfe831e 100644
--- a/source4/auth/ntlm/auth_anonymous.c
+++ b/source4/auth/ntlm/auth_anonymous.c
@@ -61,7 +61,6 @@ static NTSTATUS anonymous_check_password(struct auth_method_context *ctx,
static const struct auth_operations anonymous_auth_ops = {
.name = "anonymous",
- .get_challenge = auth_get_challenge_not_implemented,
.want_check = anonymous_want_check,
.check_password = anonymous_check_password
};