summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap_client.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-12-29 00:03:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:41 -0500
commite3da3b48b16bc6f166034189d2907d6ffa11a07a (patch)
tree1bb50fa06214e534d7324aaf3727a1174e27576a /source4/libcli/ldap/ldap_client.c
parentecabb2dce5a7e651664ddaf47385cd792fb53347 (diff)
downloadsamba-e3da3b48b16bc6f166034189d2907d6ffa11a07a.tar.gz
samba-e3da3b48b16bc6f166034189d2907d6ffa11a07a.tar.bz2
samba-e3da3b48b16bc6f166034189d2907d6ffa11a07a.zip
r4386: Grr, fix copy-and-paste bug.
Andrew Bartlett (This used to be commit 13aa88ed65a8914000cccbecf80929db3df65037)
Diffstat (limited to 'source4/libcli/ldap/ldap_client.c')
-rw-r--r--source4/libcli/ldap/ldap_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap_client.c b/source4/libcli/ldap/ldap_client.c
index b405b4f417..77356cbe70 100644
--- a/source4/libcli/ldap/ldap_client.c
+++ b/source4/libcli/ldap/ldap_client.c
@@ -414,7 +414,7 @@ int ldap_bind_sasl(struct ldap_connection *conn, const char *username, const cha
status = gensec_set_target_service(conn->gensec, "ldap");
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(1, ("Failed to start set GENSEC target hostname: %s\n",
+ DEBUG(1, ("Failed to start set GENSEC target service: %s\n",
nt_errstr(status)));
goto done;
}