mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
cleanup previous commit
This commit is contained in:
parent
7b2dc4c059
commit
6e2422d97d
@ -1438,7 +1438,7 @@ really_bad:;
|
||||
if ( rs->sr_nentries == op->ors_slimit
|
||||
|| META_BACK_ONERR_STOP( mi ) )
|
||||
{
|
||||
char *save_text = rs->sr_text;
|
||||
const char *save_text = rs->sr_text;
|
||||
savepriv = op->o_private;
|
||||
op->o_private = (void *)i;
|
||||
rs->sr_text = candidates[ i ].sr_text;
|
||||
@ -1454,7 +1454,7 @@ really_bad:;
|
||||
default:
|
||||
candidates[ i ].sr_err = rs->sr_err;
|
||||
if ( META_BACK_ONERR_STOP( mi ) ) {
|
||||
char *save_text = rs->sr_text;
|
||||
const char *save_text = rs->sr_text;
|
||||
savepriv = op->o_private;
|
||||
op->o_private = (void *)i;
|
||||
rs->sr_text = candidates[ i ].sr_text;
|
||||
|
Loading…
Reference in New Issue
Block a user