From 44224ae156394dac1055c68764c84f758cea6540 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 26 Nov 2001 07:23:51 +0000 Subject: [PATCH] Fix debug --- source/auth/auth_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/auth_server.c b/source/auth/auth_server.c index d061a5a84fe..628e672608c 100644 --- a/source/auth/auth_server.c +++ b/source/auth/auth_server.c @@ -193,7 +193,7 @@ static NTSTATUS check_smbserver_security(void *my_private_data, */ if(is_netbios_alias_or_name(user_info->domain.str)) { - DEBUG(3,("check_ntdomain_security: Requested domain was for this machine.\n")); + DEBUG(3,("check_smbserver_security: Requested domain was for this machine.\n")); return NT_STATUS_LOGON_FAILURE; } -- 2.34.1