summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-05-14 10:37:59 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-05-15 13:56:00 +0200
commit78af4738e7bd6f73469dd990d0f444a04afbc709 (patch)
treed99335fcb8e7a0297ed3ec4ee5dcc672afd9ade0 /source3/auth/auth_util.c
parentcaaebb455cf955f66c2f662c53998c480cb2d6c9 (diff)
downloadsamba-78af4738e7bd6f73469dd990d0f444a04afbc709.tar.gz
samba-78af4738e7bd6f73469dd990d0f444a04afbc709.tar.bz2
samba-78af4738e7bd6f73469dd990d0f444a04afbc709.zip
s3-auth: Rename to init_system_session_info().
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue May 15 13:56:00 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
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;