summaryrefslogtreecommitdiffstats
path: root/source3/auth/proto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-18 13:52:49 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-02-19 01:28:14 +0100
commit79e2725f339e7c5336b4053348c4266268de6ca3 (patch)
tree1ae008d5e02bebb52ac40e8b2f6a634dde354167 /source3/auth/proto.h
parent4d792db03f18aa164b565c7fdc7b446c174fba28 (diff)
downloadsamba-79e2725f339e7c5336b4053348c4266268de6ca3.tar.gz
samba-79e2725f339e7c5336b4053348c4266268de6ca3.tar.xz
samba-79e2725f339e7c5336b4053348c4266268de6ca3.zip
s3-auth: Pass mem_ctx to do_map_to_guest_server_info().
Change-Id: If53117023e3ab37c810193edd00a81d247fdde7a Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Feb 19 01:28:14 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/auth/proto.h')
-rw-r--r--source3/auth/proto.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index 15b1ba04ebf..7b8959f035f 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -264,9 +264,11 @@ NTSTATUS make_user_info(struct auth_usersupplied_info **ret_user_info,
enum auth_password_state password_state);
void free_user_info(struct auth_usersupplied_info **user_info);
-NTSTATUS do_map_to_guest_server_info(NTSTATUS status,
- struct auth_serversupplied_info **server_info,
- const char *user, const char *domain);
+NTSTATUS do_map_to_guest_server_info(TALLOC_CTX *mem_ctx,
+ NTSTATUS status,
+ const char *user,
+ const char *domain,
+ struct auth_serversupplied_info **server_info);
/* The following definitions come from auth/auth_winbind.c */