Issue 573 - Minor fixes in oc.c
Summary: Minor fixes in oc.c
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-07 09:39 UTC by christian.lorenz@suse.de
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christian.lorenz@suse.de 2000-06-07 09:39:53 UTC
Full_Name: Christian Lorenz
Version: 2.0-devel
OS: linux-2.2.14
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.112.123.201)


In pkg/ldap/servers/slapd/oc.c,v 1.11:

--- oc.c.orig   Wed May 31 16:22:32 2000
+++ oc.c    Wed Jun  7 12:05:58 2000
@@ -74,9 +74,15 @@ 
    
    if( attr == NULL ) {
        /* no objectClass attribute */
+#ifdef SLAPD_SCHEMA_NOT_COMPAT
+       Debug( LDAP_DEBUG_ANY, "is_entry_objectclass(\"%s\", \"%s\") "
+           "no objectClass attribute\n",
+           e->e_dn == NULL ? "" : e->e_dn, oc->soc_oclass.oc_oid, 0 );
+#else
        Debug( LDAP_DEBUG_ANY, "is_entry_objectclass(\"%s\", \"%s\") " 
            "no objectClass attribute\n",
            e->e_dn == NULL ? "" : e->e_dn, oc, 0 );
+#endif
 
        return 0;
    }

Comment 1 Kurt Zeilenga 2000-06-07 11:01:16 UTC
moved from Incoming to Development
Comment 2 Kurt Zeilenga 2000-06-07 11:03:16 UTC
changed notes
Comment 3 Kurt Zeilenga 2000-06-07 11:03:25 UTC
changed state Open to Closed
Comment 4 OpenLDAP project 2014-08-01 21:05:27 UTC
fixed