Issue 568 - wrong #if in filterentry.c
Summary: wrong #if in filterentry.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 08:15 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 08:15:02 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/filterentry.c,v 1.28:

--- filterentry.c.orig  Wed Jun  7 11:04:22 2000
+++ filterentry.c       Wed Jun  7 11:04:39 2000
@@ -168,7 +168,7 @@
 #ifdef SLAPD_EXT_FILTERS
        case LDAP_FILTER_EXT:
                Debug( LDAP_DEBUG_FILTER, "    EXT\n", 0, 0, 0 );
-#if SLAPD_SCHEMA_NOT_COMPAT
+#ifdef SLAPD_SCHEMA_NOT_COMPAT
                rc = test_mra_filter( be, conn, op, e, f->f_mra );
 #else
                rc = LDAP_UNWILLING_TO_PERFORM;

Right?
Comment 1 Kurt Zeilenga 2000-06-07 11:02:00 UTC
moved from Incoming to Development
Comment 2 Kurt Zeilenga 2000-06-07 11:02:36 UTC
changed notes
changed state Open to Closed
Comment 3 Kurt Zeilenga 2000-06-07 12:15:54 UTC
I've applied your suggested fixes.   Thanks for help us
shake this new code out!

	Kurt
Comment 4 OpenLDAP project 2014-08-01 21:05:27 UTC
fixed