]> granicus.if.org Git - curl/commitdiff
ldap.c: Fixed compilation error
authorSteve Holme <steve_holme@hotmail.com>
Sun, 4 Jan 2015 13:08:12 +0000 (13:08 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 4 Jan 2015 13:16:20 +0000 (13:16 +0000)
ldap.c:738: error: macro "LDAP_TRACE" passed 2 arguments, but takes
            just 1

lib/ldap.c

index c1a347b0824bfba7e32918b897676cacd1d16ed2..66be1263562364277c1edca462549018c42841a7 100644 (file)
@@ -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) {