From 21eeddb80df515d1b3969f42dc56b9c8e02db3ff Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 11 Jun 2006 16:13:41 +0000 Subject: r16141: Dummy commit to make the build farm re-test against Samba4 16140 (This used to be commit a1fcacf75683e4c08236bb4cc4164678ea1a1ce4) --- source3/auth/auth_util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3') 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) { -- cgit