]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/filter.c
Partial revert of f30269f5d2e4bb5ee7486fe6542078d1b59dba6d
[openldap] / servers / slapd / filter.c
index 372f414d80cad0c0d8e7c3da561ea9fb9efde902..09918869715557e7f3c27188fbd0693ab6cee545 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2011 The OpenLDAP Foundation.
+ * Copyright 1998-2012 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -586,7 +586,7 @@ filter_free( Filter *f )
 void
 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
@@ -848,7 +848,7 @@ simple:
 void
 filter2bv( Filter *f, struct berval *fstr )
 {
-       return filter2bv_undef( f, 0, fstr );
+       filter2bv_undef( f, 0, fstr );
 }
 
 void