]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/init.c
notices and acknowledges
[openldap] / servers / slapd / back-ldap / init.c
index 58585303ce7f418ff856f13115df022879c6b490..bd4e73d3d4b608b8e847fae110d20001772daee4 100644 (file)
@@ -1,8 +1,22 @@
 /* init.c - initialize ldap backend */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2003 The OpenLDAP Foundation.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.
+ *
+ * A copy of this license is available in the file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
+ */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by the Howard Chu for inclusion
+ * in OpenLDAP Software and subsequently enhanced by Pierangelo
+ * Masarati.
  */
 /* This is an altered version */
 /*
@@ -47,7 +61,7 @@
 
 #ifdef SLAPD_LDAP_DYNAMIC
 
-int back_ldap_LTX_init_module(int argc, char *argv[]) {
+int init_module(int argc, char *argv[]) {
     BackendInfo bi;
 
     memset( &bi, '\0', sizeof(bi) );
@@ -198,7 +212,7 @@ ldap_back_db_destroy(
                }
 #ifdef ENABLE_REWRITE
                if (li->rwmap.rwm_rw) {
-                       rewrite_info_delete( li->rwmap.rwm_rw );
+                       rewrite_info_delete( &li->rwmap.rwm_rw );
                }
 #else /* !ENABLE_REWRITE */
                if (li->rwmap.rwm_suffix_massage) {