]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Fri, 19 May 2006 23:33:15 +0000 (23:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 19 May 2006 23:33:15 +0000 (23:33 +0000)
servers/slapd/back-ldap/extended.c

index c4f43f8a4c334585ea36f809602a7ac0aa8de820..69862a6a9d8167021480159bbfd322b3c9ddb00a 100644 (file)
@@ -241,7 +241,7 @@ retry:
                         */
                        rc = ldap_parse_result( lc->lc_ld, res, &rs->sr_err,
                                        (char **)&rs->sr_matched,
-                                       text,
+                                       &text,
                                        NULL, NULL, 0 );
                        if ( rc == LDAP_SUCCESS ) {
                                if ( rs->sr_err == LDAP_SUCCESS ) {