]> git.sur5r.net Git - openldap/commitdiff
Remove unused variables in config_updatedn()
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 8 Aug 2005 22:35:38 +0000 (22:35 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 8 Aug 2005 22:35:38 +0000 (22:35 +0000)
servers/slapd/bconfig.c

index 291004fb6239ecba15b06b536366eeacf0d24201..d050122be294e76f174044fb3474f2d60a8f41bb 100644 (file)
@@ -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);