]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/search.c
Fix -USLAPD_RLOOKUPS
[openldap] / servers / slapd / back-ldbm / search.c
index dbbf761487bcf9632cccc1cd43fdc61d7052e3c7..11171e4039c7578ff40303c33f9e379a93829874 100644 (file)
@@ -277,7 +277,7 @@ ldbm_back_search(
 
                                if (e) {
                                        switch ( send_search_entry( be, conn, op, e,
-                                               attrs, attrsonly, 0, NULL ) ) {
+                                               attrs, attrsonly, NULL ) ) {
                                        case 0:         /* entry sent ok */
                                                nentries++;
                                                break;