ITS#8731 Remove extra args

This commit is contained in:
Ondřej Kuzník 2019-09-10 19:00:21 +01:00
parent a14fb731ac
commit dc3e450104

View 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;
}