mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Fix char* = const char* (text = sr->sr_text)
This commit is contained in:
parent
cb207b846a
commit
e4a87ee27c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue