mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
ITS#8131 fix typo in prev commit
This commit is contained in:
parent
930decf5ff
commit
9f9bf53d61
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ retry:;
|
|||
} else {
|
||||
rs->sr_err = LDAP_OTHER;
|
||||
rs->sr_text = "Unknown response to StartTLS request :"
|
||||
" an ExtendedResposne is expected";
|
||||
" an ExtendedResponse is expected";
|
||||
}
|
||||
|
||||
if ( res != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue