]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8731 Remove extra args
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 10 Sep 2019 18:00:21 +0000 (19:00 +0100)
committerOndřej Kuzník <ondra@mistotebe.net>
Tue, 10 Sep 2019 18:00:24 +0000 (19:00 +0100)
servers/slapd/back-ldap/chain.c

index 6b5bd04b459953c6f385a4c310ac2079ac70df14..655ae0b5e3156a6c0f62b9124c9b7f86adfc9c42 100644 (file)
@@ -1376,7 +1376,7 @@ fail:
                        ldap_charray_free( urls );
                        Debug( LDAP_DEBUG_ANY, "slapd-chain: "
                                "olcDbURI must contain exactly one url, got %s\n",
-                               at->a_vals[ 0 ].bv_val, 0, 0 );
+                               at->a_vals[ 0 ].bv_val );
                        rc = LDAP_CONSTRAINT_VIOLATION;
                        goto done;
                }