diff options
Diffstat (limited to 'trust/builder.c')
-rw-r--r-- | trust/builder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trust/builder.c b/trust/builder.c index f325be6..ddca4c6 100644 --- a/trust/builder.c +++ b/trust/builder.c @@ -954,7 +954,7 @@ build_for_schema (p11_builder *builder, populate = false; /* Signifies that data is being loaded */ - loading = p11_index_in_batch (index); + loading = p11_index_loading (index); /* Signifies that this is being created by a caller, instead of loaded */ creating = (attrs == NULL && !loading); @@ -1835,7 +1835,7 @@ p11_builder_changed (void *bilder, * Treat these operations as loading, not modifying/creating, so we get * around many of the rules that govern object creation */ - p11_index_batch (index); + p11_index_load (index); /* A certificate */ if (p11_attrs_match (attrs, match_cert)) { |