1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19243: Fix debug statement.

Guenther
This commit is contained in:
Günther Deschner 2006-10-11 12:29:04 +00:00 committed by Gerald (Jerry) Carter
parent e54302b916
commit 4b9d79147a

View File

@ -1057,7 +1057,7 @@ static BOOL resolve_ads(const char *name, int name_type,
if ((name_type != 0x1c) && (name_type != KDC_NAME_TYPE)) if ((name_type != 0x1c) && (name_type != KDC_NAME_TYPE))
return False; return False;
DEBUG(5,("resolve_hosts: Attempting to resolve DC's for %s using DNS\n", DEBUG(5,("resolve_ads: Attempting to resolve DC's for %s using DNS\n",
name)); name));
if ( (ctx = talloc_init("resolve_ads")) == NULL ) { if ( (ctx = talloc_init("resolve_ads")) == NULL ) {