diff options
| author | 2026-03-02 12:40:52 +0000 | |
|---|---|---|
| committer | 2026-03-02 12:40:52 +0000 | |
| commit | cf3ce6cc23401f13869f5134227e50459f2b809d (patch) | |
| tree | 88261dde94d90539b85fe4b430cbbce599be6748 /include/clientprotocolmsg.h | |
| parent | Fix 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.h | 2 |
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()); |
