]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/init.c
ITS#8291 Reopen cursor after delete
[openldap] / servers / slapd / back-bdb / init.c
index 9d031a5025a3eb597c05bcd4e543d78c088144a5..cdec8710e25f4812e19f30fd1a627d32fa41064b 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2015 The OpenLDAP Foundation.
+ * Copyright 2000-2017 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -851,6 +851,7 @@ bdb_back_initialize(
        bi->bi_tool_sync = 0;
        bi->bi_tool_dn2id_get = bdb_tool_dn2id_get;
        bi->bi_tool_entry_modify = bdb_tool_entry_modify;
+       bi->bi_tool_entry_delete = bdb_tool_entry_delete;
 
        bi->bi_connection_init = 0;
        bi->bi_connection_destroy = 0;