Fix char* = const char* (text = sr->sr_text)

This commit is contained in:
Hallvard Furuseth 2007-04-04 17:48:25 +00:00
parent cb207b846a
commit e4a87ee27c

View 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;