mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
blind fix for NULL pointer in Debug() bug (ITS#2143)
This commit is contained in:
parent
9cfcdc432b
commit
c382c5efa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue