]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/filterentry.c
Use AC_STRERROR_R
[openldap] / servers / slapd / filterentry.c
index 586db3f9b4ccebdfc79c8d0b26e7d93786e3e867..681c66c5c156407aaf983d9996eb404d9ab20d63 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2003 The OpenLDAP Foundation.
+ * Copyright 1998-2004 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -437,8 +437,7 @@ test_ava_filter(
                        continue;
                }
 
-               for ( bv = a->a_nvals; bv->bv_val != NULL; bv++ )
-               {
+               for ( bv = a->a_nvals; bv->bv_val != NULL; bv++ ) {
                        int ret;
                        int rc;
                        const char *text;