mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#8731 Remove extra args
This commit is contained in:
parent
a14fb731ac
commit
dc3e450104
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user