This commit is contained in:
Kurt Zeilenga 2003-04-07 04:03:55 +00:00
parent 926b2cf0bf
commit 45d74c676e
2 changed files with 0 additions and 8 deletions

View File

@ -36,8 +36,6 @@ static int get_simple_vrFilter(
ValuesReturnFilter **f,
const char **text );
#define XXX 1
int
get_filter(
Connection *conn,
@ -243,9 +241,7 @@ get_filter(
break;
}
#ifdef XXX
assert( f.f_not != NULL );
#endif
break;
case LDAP_FILTER_EXT:
@ -261,9 +257,7 @@ get_filter(
break;
}
#ifdef XXX
assert( f.f_mra != NULL );
#endif
break;
default:

View File

@ -17,8 +17,6 @@
#include "slap.h"
#include "../../libraries/liblber/lber-int.h"
static int
test_mra_vrFilter(
Operation *op,