aboutsummaryrefslogtreecommitdiff
path: root/service_provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'service_provider.c')
-rw-r--r--service_provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_provider.c b/service_provider.c
index 3e82fad..17841f5 100644
--- a/service_provider.c
+++ b/service_provider.c
@@ -944,7 +944,7 @@ struct tm_request sp_modifyfile(struct service_provider *sp,
acl_leafidx,
&acl_orders);
- prof_add(&sp->profile, "LookupRecordAndComplements");
+ prof_add(&sp->profile, "LookupRecords");
hash_t gamma = sha256(encrypted_file, filelen);
hash_t h_bc = buildcode ? sha256(buildcode, buildcode_len) : hash_null;