]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/init.c
ITS#6001 SID of queued CSN must match the one in the op
[openldap] / servers / slapd / back-shell / init.c
index 68e11712a24b49689ae76de70ef31f72a941c09b..300c0e4e5f58bb3821920f78e0d11a033ba41d05 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -79,7 +79,7 @@ shell_back_initialize(
 int
 shell_back_db_init(
        Backend *be,
-       ConfigArgs *ca
+       ConfigReply *cr
 )
 {
        struct shellinfo        *si;
@@ -94,7 +94,7 @@ shell_back_db_init(
 int
 shell_back_db_destroy(
        Backend *be,
-       ConfigArgs *ca
+       ConfigReply *cr
 )
 {
        free( be->be_private );