From e3da3b48b16bc6f166034189d2907d6ffa11a07a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 29 Dec 2004 00:03:34 +0000 Subject: r4386: Grr, fix copy-and-paste bug. Andrew Bartlett (This used to be commit 13aa88ed65a8914000cccbecf80929db3df65037) --- source4/libcli/ldap/ldap_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/ldap/ldap_client.c') 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; } -- cgit