mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-15 19:34:10 -05:00
cleanup previous commit
This commit is contained in:
parent
7b2dc4c059
commit
6e2422d97d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue