version 1.67, 2001/12/29 14:01:10
|
version 1.68, 2001/12/31 05:44:36
|
Line 1
|
Line 1
|
/* filter.c - routines for parsing and dealing with filters */ |
/* filter.c - routines for parsing and dealing with filters */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.66 2001/12/26 12:47:10 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.67 2001/12/29 14:01:10 hyc Exp $ */ |
/* |
/* |
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. |
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
Line 362 get_filter(
|
Line 362 get_filter(
|
break; |
break; |
} |
} |
|
|
free( ftmp.bv_val ); |
if ( ftmp.bv_val ) free( ftmp.bv_val ); |
|
|
if ( err != LDAP_SUCCESS ) { |
if ( err != LDAP_SUCCESS ) { |
if ( fstr->bv_val != NULL ) { |
if ( fstr->bv_val != NULL ) { |