blind fix for NULL pointer in Debug() bug (ITS#2143)

This commit is contained in:
Kurt Zeilenga 2002-10-17 17:45:44 +00:00
parent 9cfcdc432b
commit c382c5efa2

View File

@ -326,7 +326,7 @@ backsql_load_schema_map( backsql_info *si, SQLHDBC dbh )
Debug( LDAP_DEBUG_TRACE, "load_schema_map(): "
"attribute '%s' for objectClass '%s' "
"is not defined in schema: %s\n",
at_map->ad->ad_cname.bv_val,
at_rol.cols[ 0 ],
BACKSQL_OC_NAME( oc_map ), text );
return LDAP_CONSTRAINT_VIOLATION;
}