summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-11-26 07:23:51 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-11-26 07:23:51 +0000
commitf1db6a0c6cb6898699426700a10721acc4ad4407 (patch)
treededee074b5b69c11bb165f6cb83a73f890e3747e /source3/auth
parent0d3bad2822f38d19622cb01ef523d0459ac3085e (diff)
downloadsamba-f1db6a0c6cb6898699426700a10721acc4ad4407.tar.gz
samba-f1db6a0c6cb6898699426700a10721acc4ad4407.tar.bz2
samba-f1db6a0c6cb6898699426700a10721acc4ad4407.zip
Fix debug
(This used to be commit 44224ae156394dac1055c68764c84f758cea6540)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_server.c2
1 files changed, 1 insertions, 1 deletions
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;
}