summaryrefslogtreecommitdiffstats
path: root/source/libsmb/namequery.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-10-11 12:29:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:25 -0500
commit4b9d79147ae81fb701abf02dc046076f606443b6 (patch)
tree8e48b4cb3da02458b8b17bc6a0e77913acee1ee3 /source/libsmb/namequery.c
parente54302b9163cfe726c30a8efdc779250e076d493 (diff)
downloadsamba-4b9d79147ae81fb701abf02dc046076f606443b6.tar.gz
samba-4b9d79147ae81fb701abf02dc046076f606443b6.tar.xz
samba-4b9d79147ae81fb701abf02dc046076f606443b6.zip
r19243: Fix debug statement.
Guenther
Diffstat (limited to 'source/libsmb/namequery.c')
-rw-r--r--source/libsmb/namequery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/namequery.c b/source/libsmb/namequery.c
index aeeeb3372cb..44932066b9a 100644
--- a/source/libsmb/namequery.c
+++ b/source/libsmb/namequery.c
@@ -1057,7 +1057,7 @@ static BOOL resolve_ads(const char *name, int name_type,
if ((name_type != 0x1c) && (name_type != KDC_NAME_TYPE))
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));
if ( (ctx = talloc_init("resolve_ads")) == NULL ) {