mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
don't add unnecessary message
This commit is contained in:
parent
14cbf4bc3e
commit
79df3e9c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ meta_back_retry(
|
|||
|
||||
if ( sendok ) {
|
||||
rs->sr_err = LDAP_UNAVAILABLE;
|
||||
rs->sr_text = "unable to retry";
|
||||
rs->sr_text = NULL;
|
||||
send_ldap_result( op, rs );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue