mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix abstract class inheritance check (ITS#5474)
This commit is contained in:
parent
26c3fd67b8
commit
d198435c51
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ got_soc:
|
|||
}
|
||||
}
|
||||
|
||||
if( xc == NULL ) {
|
||||
if( xc != NULL ) {
|
||||
snprintf( textbuf, textlen, "instanstantiation of "
|
||||
"abstract objectClass '%s' not allowed",
|
||||
aoc->a_vals[i].bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue