From c5c40f26482696aca9ee67d170e827f450d59a8b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 11 Apr 2010 12:20:24 +0200 Subject: s3: Make "auth_context" its own talloc parent Remove "mem_ctx" from "struct auth_context" --- source3/include/auth.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/auth.h b/source3/include/auth.h index 115143fb73..efae56ae52 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -91,7 +91,6 @@ struct auth_context { /* What order are the various methods in? Try to stop it changing under us */ struct auth_methods *auth_method_list; - TALLOC_CTX *mem_ctx; void (*get_ntlm_challenge)(struct auth_context *auth_context, uint8_t chal[8]); NTSTATUS (*check_ntlm_password)(const struct auth_context *auth_context, -- cgit