mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Remove unused variables in config_updatedn()
This commit is contained in:
parent
64512ad4d7
commit
f927b77456
1 changed files with 0 additions and 2 deletions
|
|
@ -2299,8 +2299,6 @@ config_replica(ConfigArgs *c) {
|
|||
|
||||
static int
|
||||
config_updatedn(ConfigArgs *c) {
|
||||
struct berval dn;
|
||||
int rc;
|
||||
if (c->op == SLAP_CONFIG_EMIT) {
|
||||
if (!BER_BVISEMPTY(&c->be->be_update_ndn)) {
|
||||
value_add_one(&c->rvalue_vals, &c->be->be_update_ndn);
|
||||
|
|
|
|||
Loading…
Reference in a new issue