]> git.sur5r.net Git - openldap/commitdiff
Fix char* = const char* (text = sr->sr_text)
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 4 Apr 2007 17:48:25 +0000 (17:48 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 4 Apr 2007 17:48:25 +0000 (17:48 +0000)
servers/slapd/back-ldap/chain.c

index 3bf88376c498221e8884f773d27032506af59cbf..9cd81d754e077c8af3e257035d5f9b2d1196f9f9 100644 (file)
@@ -778,7 +778,7 @@ ldap_chain_response( Operation *op, SlapReply *rs )
        slap_callback   *sc = op->o_callback,
                        sc2 = { 0 };
        int             rc = 0;
-       char            *text = NULL;
+       const char      *text = NULL;
        const char      *matched;
        BerVarray       ref;
        struct berval   ndn = op->o_ndn;