From 06bbb8a6fb83ab68bb79301a1b3d0c87eec9f997 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 29 Dec 2011 22:30:07 +1100 Subject: s4-auth: Rename memory contexts for greater clarity This should better follow the mem_ctx/tmp_ctx pattern used elsewhere in Samba. Thankyou Simo for the suggestion. Andrew Bartlett --- source4/auth/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/auth.h') diff --git a/source4/auth/auth.h b/source4/auth/auth.h index bb2cd570ed..0da16e45bc 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -137,7 +137,7 @@ struct auth4_context { struct auth_session_info **session_info); NTSTATUS (*generate_session_info_pac)(struct auth4_context *auth_ctx, - TALLOC_CTX *mem_ctx_out, + TALLOC_CTX *mem_ctx, struct smb_krb5_context *smb_krb5_context, DATA_BLOB *pac_blob, const char *principal_name, -- cgit