mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
blind fix for NULL pointer in Debug() bug (ITS#2143)
This commit is contained in:
parent
9cfcdc432b
commit
c382c5efa2
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user