Skip to content
Snippets Groups Projects
Commit 7541ccbe authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix CRITICIAL typo.

parent 6c1758ae
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment