]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-wt/init.c
Happy New Year
[openldap] / servers / slapd / back-wt / init.c
index 1623532ced229dcadc544eeb59d099c5f2298013..d3acee8b27bc870ff83e5c531dc7970a25942b26 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2002-2015 The OpenLDAP Foundation.
+ * Copyright 2002-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -264,7 +264,7 @@ wt_back_initialize( BackendInfo *bi )
        bi->bi_op_unbind = 0;
        bi->bi_op_search = wt_search;
        bi->bi_op_compare = wt_compare;
-       bi->bi_op_modify = 0;
+       bi->bi_op_modify = wt_modify;
        bi->bi_op_modrdn = 0;
        bi->bi_op_delete = wt_delete;
        bi->bi_op_abandon = 0;