]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorPierangelo Masarati <ando@openldap.org>
Wed, 23 Oct 2002 14:10:21 +0000 (14:10 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 23 Oct 2002 14:10:21 +0000 (14:10 +0000)
servers/slapd/back-sql/schema-map.c

index 140900cdc0eace2f523c41d130ed7a9d3a78da40..2f9fd207b7dda662605da60624465aab586f3b25 100644 (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_rol.cols[ 0 ],
+                                       at_row.cols[ 0 ],
                                        BACKSQL_OC_NAME( oc_map ), text );
                                return LDAP_CONSTRAINT_VIOLATION;
                        }