]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schemaparse.c
global overlays need to set o_bd = frontendDB to return the error in case no database...
[openldap] / servers / slapd / schemaparse.c
index 7f2611f1ee1a764be16b5e810d87083378ae914f..a1c6f34f12cf2caee2f5e89334f0fca096568cfd 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-2005 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -126,8 +126,7 @@ parse_cr(
     const char *fname,
     int                lineno,
     char       *line,
-    char       **argv
-)
+    char       **argv )
 {
        LDAPContentRule *cr;
        int             code;
@@ -165,8 +164,7 @@ parse_oc(
     const char *fname,
     int                lineno,
     char       *line,
-    char       **argv
-)
+    char       **argv )
 {
        LDAPObjectClass *oc;
        int             code;
@@ -247,8 +245,7 @@ parse_at(
     const char *fname,
     int                lineno,
     char       *line,
-    char       **argv
-)
+    char       **argv )
 {
        LDAPAttributeType *at;
        int             code;