mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 15:52:54 -05:00
improve error message
This commit is contained in:
parent
a09b4c5f20
commit
6d38af2689
1 changed files with 1 additions and 1 deletions
|
|
@ -1462,7 +1462,7 @@ retry:;
|
|||
if ( op->o_callback == &cb )
|
||||
op->o_callback = cb.sc_next;
|
||||
op->o_tag = o_tag;
|
||||
rs->sr_text = "Internal proxy bind failure";
|
||||
rs->sr_text = "Proxy can't contact remote server";
|
||||
send_ldap_result( op, rs );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue