Diff for /servers/slapd/filter.c between versions 1.160 and 1.161

version 1.160, 2011/01/29 13:16:02 version 1.161, 2011/02/01 16:49:27
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.159 2011/01/29 11:29:20 ando Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.160 2011/01/29 13:16:02 ando Exp $ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.  /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *   *
  * Copyright 1998-2011 The OpenLDAP Foundation.   * Copyright 1998-2011 The OpenLDAP Foundation.
Line 586  filter_free( Filter *f ) Line 586  filter_free( Filter *f )
 void  void
 filter2bv_x( Operation *op, Filter *f, struct berval *fstr )  filter2bv_x( Operation *op, Filter *f, struct berval *fstr )
 {  {
         return filter2bv_undef_x( op, f, 0, fstr );          filter2bv_undef_x( op, f, 0, fstr );
 }  }
   
 void  void
Line 848  simple: Line 848  simple:
 void  void
 filter2bv( Filter *f, struct berval *fstr )  filter2bv( Filter *f, struct berval *fstr )
 {  {
         return filter2bv_undef( f, 0, fstr );          filter2bv_undef( f, 0, fstr );
 }  }
   
 void  void

Removed from v.1.160  
changed lines
  Added in v.1.161


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org