From cf3ce6cc23401f13869f5134227e50459f2b809d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 12:40:52 +0000 Subject: Rename ServiceProvider methods to avoid shadowing issues. --- modules/hash_pbkdf2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/hash_pbkdf2.cpp') diff --git a/modules/hash_pbkdf2.cpp b/modules/hash_pbkdf2.cpp index 187ff7352..0659400d7 100644 --- a/modules/hash_pbkdf2.cpp +++ b/modules/hash_pbkdf2.cpp @@ -254,7 +254,7 @@ public: void OnServiceAdd(ServiceProvider& service) override { - if (!service.name.starts_with("hash/")) + if (!service.service_name.starts_with("hash/")) return; // Not a hash provider. auto* hp = static_cast(&service); @@ -295,7 +295,7 @@ public: void OnServiceDel(ServiceProvider& service) override { - if (!service.name.starts_with("hash/")) + if (!service.service_name.starts_with("hash/")) return; // Not a hash provider. const auto& hp = static_cast(service); -- cgit v1.3.1-10-gc9f91