summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-25 15:35:44 -0700
committerVolker Lendecke <vl@samba.org>2010-09-26 01:12:37 +0200
commit6ee0d866c2d7dbdede8511fb906c10f6118fa87d (patch)
treed4ff03c45e7f1b579ab83df33298d610ef79a4d5 /source3/include
parent242e3296108f513b286787ac12ea768b9c4ed954 (diff)
downloadsamba-6ee0d866c2d7dbdede8511fb906c10f6118fa87d.tar.gz
samba-6ee0d866c2d7dbdede8511fb906c10f6118fa87d.tar.bz2
samba-6ee0d866c2d7dbdede8511fb906c10f6118fa87d.zip
s3: Lift talloc_autofree_context() from make_auth_context_fixed()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 38ee2818ad..c252b0e19c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -31,7 +31,9 @@ bool load_auth_module(struct auth_context *auth_context,
const char *module, auth_methods **ret) ;
NTSTATUS make_auth_context_subsystem(TALLOC_CTX *mem_ctx,
struct auth_context **auth_context);
-NTSTATUS make_auth_context_fixed(struct auth_context **auth_context, uchar chal[8]) ;
+NTSTATUS make_auth_context_fixed(TALLOC_CTX *mem_ctx,
+ struct auth_context **auth_context,
+ uchar chal[8]) ;
/* The following definitions come from auth/auth_builtin.c */