fix abstract class inheritance check (ITS#5474)

This commit is contained in:
Pierangelo Masarati 2008-04-17 20:49:59 +00:00
parent 26c3fd67b8
commit d198435c51

View file

@ -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 );