]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/config.c
Sync with HEAD as of 14-March-2004
[openldap] / servers / slapd / back-bdb / config.c
index c05df616d33f47e8f9672d41bea54d8da6a237be..032472962c87fc958ca386243b2091376ea75623 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2003 The OpenLDAP Foundation.
+ * Copyright 2000-2004 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -252,9 +252,7 @@ bdb_db_config(
 
        /* anything else */
        } else {
-               fprintf( stderr, "%s: line %d: "
-                       "unknown directive \"%s\" in bdb database definition (ignored)\n",
-                       fname, lineno, argv[0] );
+               return SLAP_CONF_UNKNOWN;
        }
 
        return 0;