Fix debug
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Nov 2001 07:23:51 +0000 (07:23 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Nov 2001 07:23:51 +0000 (07:23 +0000)
(This used to be commit 44224ae156394dac1055c68764c84f758cea6540)

source3/auth/auth_server.c

index d061a5a84fe807a4096fc387a353b48842cdd69f..628e672608c91e44f69988ae3c724ecdd16dc4e9 100644 (file)
@@ -193,7 +193,7 @@ static NTSTATUS check_smbserver_security(void *my_private_data,
         */
 
        if(is_netbios_alias_or_name(user_info->domain.str)) {
         */
 
        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;
        }
 
                return NT_STATUS_LOGON_FAILURE;
        }