aboutsummaryrefslogtreecommitdiffstats
path: root/include/clientprotocolmsg.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-02 12:40:52 +0000
committerGravatar Sadie Powell2026-03-02 12:40:52 +0000
commitcf3ce6cc23401f13869f5134227e50459f2b809d (patch)
tree88261dde94d90539b85fe4b430cbbce599be6748 /include/clientprotocolmsg.h
parentFix regular users being told about server operator privileges. (diff)
Rename ServiceProvider methods to avoid shadowing issues.
Diffstat (limited to 'include/clientprotocolmsg.h')
-rw-r--r--include/clientprotocolmsg.h2
1 files changed, 1 insertions, 1 deletions
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());