mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Compile fix
This commit is contained in:
parent
573c32cb9d
commit
c11ff2c7e0
@ -429,7 +429,7 @@ void TreeSocket::ProcessConnectedLine(std::string& prefix, std::string& command,
|
||||
{
|
||||
irc::stringjoiner pmlist(" ", params, 0, params.size() - 1);
|
||||
ServerInstance->Logs->Log("spanningtree", SPARSE, "Invalid S2S command :%s %s %s",
|
||||
who->uuid, command.c_str(), pmlist.GetJoined().c_str());
|
||||
who->uuid.c_str(), command.c_str(), pmlist.GetJoined().c_str());
|
||||
SendError("Unrecognised or malformed command '" + command + "' -- possibly loaded mismatched modules");
|
||||
}
|
||||
if (res == CMD_SUCCESS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user