From f1db6a0c6cb6898699426700a10721acc4ad4407 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 26 Nov 2001 07:23:51 +0000 Subject: Fix debug (This used to be commit 44224ae156394dac1055c68764c84f758cea6540) --- source3/auth/auth_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index d061a5a84f..628e672608 100644 --- a/source3/auth/auth_server.c +++ b/source3/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; } -- cgit