From: Andrew Bartlett Date: Mon, 26 Nov 2001 07:23:51 +0000 (+0000) Subject: Fix debug X-Git-Tag: samba-2.2.5pre1~1091^2~205 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=44224ae156394dac1055c68764c84f758cea6540;hp=9ee13fecb1b623e760789d1df7178b085f820700 Fix debug --- 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; }