summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-29 22:30:07 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-29 22:30:07 +1100
commit06bbb8a6fb83ab68bb79301a1b3d0c87eec9f997 (patch)
treeb3da8bc1a15404e34a74af14510d82e8d3e3ede0 /source4/auth/auth.h
parent2f0ba1435da970b4a8fd2e1c735a75ee44edf2e2 (diff)
downloadsamba-06bbb8a6fb83ab68bb79301a1b3d0c87eec9f997.tar.gz
samba-06bbb8a6fb83ab68bb79301a1b3d0c87eec9f997.tar.bz2
samba-06bbb8a6fb83ab68bb79301a1b3d0c87eec9f997.zip
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
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h2
1 files changed, 1 insertions, 1 deletions
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,