diff options
| author | 2023-02-28 16:32:27 +0000 | |
|---|---|---|
| committer | 2023-02-28 16:32:27 +0000 | |
| commit | 166a47ac68ab571ca1aacaaf8c0edfff26f8d59e (patch) | |
| tree | 8547b7d9652b66cd51425b6c9474f4148db489b1 /src/modules/m_spanningtree/ping.cpp | |
| parent | Remove an unnecessary function call in the pbkdf2 module. (diff) | |
Remove GetSID, rename sid to ServerId.
Diffstat (limited to 'src/modules/m_spanningtree/ping.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/ping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/ping.cpp b/src/modules/m_spanningtree/ping.cpp index d1e0f645c..5fc8423bf 100644 --- a/src/modules/m_spanningtree/ping.cpp +++ b/src/modules/m_spanningtree/ping.cpp @@ -29,7 +29,7 @@ CmdResult CommandPing::Handle(User* user, Params& params) { - if (params[0] == ServerInstance->Config->GetSID()) + if (params[0] == ServerInstance->Config->ServerId) { // PING for us, reply with a PONG CmdBuilder reply("PONG"); |
