r4386: Grr, fix copy-and-paste bug.
[samba.git] / source / libcli / ldap / ldap_client.c
index b405b4f41701e16775a72a47b47cb5acfe01f0f8..77356cbe70f84932608a747e71fe9281ccffa569 100644 (file)
@@ -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;
        }