]> git.sur5r.net Git - openldap/commitdiff
ITS#7469 fix slapcat
authorHoward Chu <hyc@openldap.org>
Tue, 11 Dec 2012 01:32:44 +0000 (17:32 -0800)
committerHoward Chu <hyc@openldap.org>
Tue, 11 Dec 2012 01:32:44 +0000 (17:32 -0800)
servers/slapd/back-mdb/tools.c

index 4dcfdb0fbc37543a6098e6af854382162dc28290..b444e3a53f8e1c0dae9ca8adb23fc39e4c18af3f 100644 (file)
@@ -346,6 +346,7 @@ mdb_tool_entry_get_int( BackendDB *be, ID id, Entry **ep )
                                ch_free( dn.bv_val );
                                ch_free( ndn.bv_val );
                                rc = LDAP_NO_SUCH_OBJECT;
+                               goto done;
                        }
                }
        }