From 78af4738e7bd6f73469dd990d0f444a04afbc709 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 14 May 2012 10:37:59 +0200 Subject: s3-auth: Rename to init_system_session_info(). Autobuild-User: Andreas Schneider Autobuild-Date: Tue May 15 13:56:00 CEST 2012 on sn-devel-104 --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_util.c') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index ca38e321e1..f270ccd413 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -1247,7 +1247,7 @@ NTSTATUS make_session_info_guest(TALLOC_CTX *mem_ctx, static struct auth_session_info *system_info = NULL; -NTSTATUS init_system_info(void) +NTSTATUS init_system_session_info(void) { if (system_info != NULL) return NT_STATUS_OK; -- cgit