From 643da892f1548ef18c84176255a990727ff5070b Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 1 Nov 2008 17:02:25 +0000 Subject: [PATCH] Fix a result of Tired Coding (tm) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10774 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree/fjoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index 8048f3604..d2c787eb4 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -77,8 +77,8 @@ bool TreeSocket::ForceJoin(const std::string &source, std::deque &p if (created) { - ServerInstance->SNO->WriteToSnoMask('d', "Creation FJOIN recieved for %s, timestamp: %lu", chan->name.c_str(), (unsigned long)TS); chan = new Channel(ServerInstance, channel, TS); + ServerInstance->SNO->WriteToSnoMask('d', "Creation FJOIN recieved for %s, timestamp: %lu", chan->name.c_str(), (unsigned long)TS); } else { -- 2.39.5