]> git.sur5r.net Git - openldap/commitdiff
Fix ce9bbd2 missing success return
authorHoward Chu <hyc@openldap.org>
Sat, 4 Jun 2011 04:55:22 +0000 (21:55 -0700)
committerHoward Chu <hyc@openldap.org>
Sat, 4 Jun 2011 04:56:01 +0000 (21:56 -0700)
servers/slapd/back-bdb/search.c

index cc41b963e1325e369ccf0228f4ae9826d3cee386..1d7e52fb4e7c1ede5488dfc0e45bab873dd74936 100644 (file)
@@ -337,6 +337,7 @@ bdb_get_nextid(struct bdb_info *bdb, DB_TXN *ltid, ID *cursor)
        if ( rc )
                return rc;
        BDB_DISK2ID( &nid, cursor );
+       return 0;
 }
 
 int