summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-03-09 22:31:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:11:13 -0500
commit1de2983de4ea1a482c294a9ecce8437cc35ff7ee (patch)
tree6b04ba8452a08e3396964e7965ad64582042cc16 /source3/auth
parentf0210601d19016d0c932ad1623e77a70c9aee023 (diff)
downloadsamba-1de2983de4ea1a482c294a9ecce8437cc35ff7ee.tar.gz
samba-1de2983de4ea1a482c294a9ecce8437cc35ff7ee.tar.bz2
samba-1de2983de4ea1a482c294a9ecce8437cc35ff7ee.zip
r14112: * fix checks on return code from register_vuid() which could actually
fail and we would still return success in the SMBsesssetup reply :-( * Make sure to create the local token for the server_fino struct in reply_spnego_kerberos() so that register_vuid() does not fail. (how did this ever work?) (This used to be commit 8dafa45b97020d1aceb027a85e18401c965bf402)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 263d8f2df7..357da1fdb7 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1301,8 +1301,6 @@ BOOL init_guest_info(void)
{
if (guest_info != NULL)
return True;
-
-
return NT_STATUS_IS_OK(make_new_server_info_guest(&guest_info));
}