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. --- include/clientprotocolmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/clientprotocolmsg.h') diff --git a/include/clientprotocolmsg.h b/include/clientprotocolmsg.h index 8ad162135..661d5efed 100644 --- a/include/clientprotocolmsg.h +++ b/include/clientprotocolmsg.h @@ -112,7 +112,7 @@ public: AddTags(reply.GetParams().GetTags()); SetCommand(::Reply::CommandStrFromType(reply.GetType())); if (reply.GetCommand()) - PushParamRef(reply.GetCommand()->name); + PushParamRef(reply.GetCommand()->service_name); else PushParam("*"); PushParam(reply.GetCode()); -- cgit v1.3.1-10-gc9f91