summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-06-11 16:13:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:22 -0500
commit21eeddb80df515d1b3969f42dc56b9c8e02db3ff (patch)
treed95884b543f6c2212d5bdd7efd544b7239bdd747 /source3/auth
parent21706838f508fef8d9ca822a3bb95d304e3cbc4a (diff)
downloadsamba-21eeddb80df515d1b3969f42dc56b9c8e02db3ff.tar.gz
samba-21eeddb80df515d1b3969f42dc56b9c8e02db3ff.tar.bz2
samba-21eeddb80df515d1b3969f42dc56b9c8e02db3ff.zip
r16141: Dummy commit to make the build farm re-test against Samba4 16140
(This used to be commit a1fcacf75683e4c08236bb4cc4164678ea1a1ce4)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index f4d32ebdc0..d02ad66200 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1279,8 +1279,7 @@ NTSTATUS make_server_info_pw(auth_serversupplied_info **server_info,
Make (and fill) a user_info struct for a guest login.
This *must* succeed for smbd to start. If there is no mapping entry for
the guest gid, then create one.
-**********************
-*****************************************************/
+***************************************************************************/
static NTSTATUS make_new_server_info_guest(auth_serversupplied_info **server_info)
{