mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix typo
This commit is contained in:
parent
322a800c26
commit
886f60f822
1 changed files with 1 additions and 1 deletions
|
|
@ -737,7 +737,7 @@ int structural_class(
|
|||
}
|
||||
|
||||
if( sc == NULL ) {
|
||||
*text = "no structural object classes provided";
|
||||
*text = "no structural object class provided";
|
||||
return LDAP_OBJECT_CLASS_VIOLATION;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue