]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/seqmod.c
ITS#7414 fix slapo-rwm modrdn cleanup
[openldap] / servers / slapd / overlays / seqmod.c
index d2886fed61d831c67023d1d55681bff7ff5ef3ca..2d72ad0a2298af5cb8575ab2c90be70387f6202e 100644 (file)
@@ -1,7 +1,7 @@
 /* seqmod.c - sequenced modifies */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2004-2007 The OpenLDAP Foundation.
+ * Copyright 2004-2012 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -141,7 +141,7 @@ seqmod_op_extended(
 static int
 seqmod_db_open(
        BackendDB *be,
-       ConfigArgs *ca
+       ConfigReply *cr
 )
 {
        slap_overinst   *on = (slap_overinst *)be->bd_info;
@@ -158,7 +158,7 @@ seqmod_db_open(
 static int
 seqmod_db_close(
        BackendDB *be,
-       ConfigArgs *ca
+       ConfigReply *cr
 )
 {
        slap_overinst   *on = (slap_overinst *)be->bd_info;