mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Fix CRITICIAL typo.
This commit is contained in:
parent
6c1758ae33
commit
7541ccbe10
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ int get_ctrls(
|
|||
if( tctrl->ldctl_iscritical &&
|
||||
!charray_inlist( supportedControls, tctrl->ldctl_oid ) )
|
||||
{
|
||||
rc = LDAP_UNAVAILABLE_CRITICIAL_EXTENSION;
|
||||
rc = LDAP_UNAVAILABLE_CRITICAL_EXTENSION;
|
||||
goto return_results;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue