mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
don't add unnecessary message
This commit is contained in:
parent
14cbf4bc3e
commit
79df3e9c3c
@ -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 New Issue
Block a user