Got that logic backwards...

This commit is contained in:
Kurt Zeilenga 1999-02-03 03:50:11 +00:00
parent ee05cd8038
commit 16b3111ac7

View file

@ -104,7 +104,7 @@ has_children(
{
struct dbcache *db;
Datum key;
int rc = 1;
int rc = 0;
ID_BLOCK *idl;
char buf[20];
@ -130,7 +130,7 @@ has_children(
if( idl != NULL ) {
idl_free( idl );
rc = 0;
rc = 1;
}
Debug( LDAP_DEBUG_TRACE, "<= has_children( %lu ): %s\n",