]> git.sur5r.net Git - openldap/commitdiff
bug fix
authorMark Valence <mrv@openldap.org>
Tue, 20 Feb 2001 16:08:14 +0000 (16:08 +0000)
committerMark Valence <mrv@openldap.org>
Tue, 20 Feb 2001 16:08:14 +0000 (16:08 +0000)
servers/slapd/back-ldap/search.c

index 441ad98c8ec4b37dffc2a2127b198e4110572bee..b65bb3e8d95fbdf3930aa74e645999969acc0f0e 100644 (file)
@@ -147,7 +147,7 @@ fail:
                        ldap_pvt_thread_yield();
                } else if (rc == LDAP_RES_SEARCH_ENTRY) {
                        e = ldap_first_entry(lc->ld,res);
-                       ldap_send_entry(be, op, lc, e, mapped_attrs, attrsonly);
+                       ldap_send_entry(be, op, lc, e, attrs, attrsonly);
                        count++;
                        ldap_msgfree(res);
                } else {