diff --git a/modules/client/profile.cc b/modules/client/profile.cc index 82d12cb33..de0afdf10 100644 --- a/modules/client/profile.cc +++ b/modules/client/profile.cc @@ -237,7 +237,7 @@ put__profile(client &client, request.user_id }; - profile_get(user, param, [&value] + user.profile(std::nothrow, param, [&value] (const string_view &existing) { if(existing == value)