summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index c1a347b08..66be12635 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -735,7 +735,7 @@ static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp)
char *dn = p;
char *unescapped;
- LDAP_TRACE("DN '%s'\n", dn);
+ LDAP_TRACE (("DN '%s'\n", dn));
unescapped = curl_easy_unescape(conn->data, dn, 0, NULL);
if(!unescapped) {