summaryrefslogtreecommitdiff
path: root/source3/auth
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
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')
-rw-r--r--source3/auth/auth_util.c2
-rw-r--r--source3/auth/proto.h2
2 files changed, 2 insertions, 2 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;
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index d383f38cdc..a35a804d35 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -218,7 +218,7 @@ NTSTATUS make_session_info_from_username(TALLOC_CTX *mem_ctx,
struct auth_session_info *copy_session_info(TALLOC_CTX *mem_ctx,
const struct auth_session_info *src);
bool init_guest_info(void);
-NTSTATUS init_system_info(void);
+NTSTATUS init_system_session_info(void);
bool session_info_set_session_key(struct auth_session_info *info,
DATA_BLOB session_key);
NTSTATUS make_server_info_guest(TALLOC_CTX *mem_ctx,