mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove extensible filter #ifdef
This commit is contained in:
parent
97db0eb716
commit
1b42a20565
@ -15,8 +15,6 @@
|
||||
|
||||
#include "slap.h"
|
||||
|
||||
#define SLAPD_EXT_FILTERS 1
|
||||
|
||||
static int test_filter_and( Backend *be,
|
||||
Connection *conn, Operation *op,
|
||||
Entry *e, Filter *flist );
|
||||
@ -186,7 +184,6 @@ test_filter(
|
||||
}
|
||||
break;
|
||||
|
||||
#ifdef SLAPD_EXT_FILTERS
|
||||
case LDAP_FILTER_EXT:
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "filter", LDAP_LEVEL_DETAIL1,
|
||||
@ -197,7 +194,6 @@ test_filter(
|
||||
|
||||
rc = test_mra_filter( be, conn, op, e, f->f_mra );
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
#ifdef NEW_LOGGING
|
||||
|
Loading…
Reference in New Issue
Block a user