]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix a result of Tired Coding (tm)
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 1 Nov 2008 17:02:25 +0000 (17:02 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 1 Nov 2008 17:02:25 +0000 (17:02 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10774 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree/fjoin.cpp

index 8048f36041c2e61a302346cc2e1ebb12d876113d..d2c787eb4bc9102c74dbbe07f4c89e75e34c56ab 100644 (file)
@@ -77,8 +77,8 @@ bool TreeSocket::ForceJoin(const std::string &source, std::deque<std::string> &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
        {