]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/config.c
unifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNOWN_IGNORED=""
[openldap] / servers / slapd / back-ldbm / config.c
index 7918edf717928bdab409f684279e0b180ac9ac8e..dc8ea7cab5bf31535d8da7c1c283a0d054a0d714 100644 (file)
@@ -78,12 +78,10 @@ ldbm_back_db_config(
                            fname, lineno );
                        return( 1 );
                } else if ( argc > 3 ) {
-                       fprintf( stderr,
-"%s: line %d: extra junk after \"index <attr> [pres,eq,approx,sub]\" line" SLAPD_CONF_UNKNOWN_IGNORED ".\n",
+                       fprintf( stderr, "%s: line %d: extra junk "
+                               "after \"index <attr> [pres,eq,approx,sub]\" line.\n",
                            fname, lineno );
-#ifdef SLAPD_CONF_UNKNOWN_BAILOUT
                        return( 1 );
-#endif /* SLAPD_CONF_UNKNOWN_BAILOUT */
                }
                rc = attr_index_config( li, fname, lineno, argc - 1, &argv[1] );