]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixed typo in new TS thing
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 8 Dec 2005 21:03:41 +0000 (21:03 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 8 Dec 2005 21:03:41 +0000 (21:03 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2281 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp

index 703765246254d58b6e1c2e40063c9d5ac1c5d6e6..1e61286af5f8c65bdb78990ca8f7cdc8a6970141 100644 (file)
@@ -837,7 +837,7 @@ class TreeSocket : public InspSocket
                                        /* theres a mode for this user. push them onto the mode queue, and flush it
                                         * if there are more than MAXMODES to go.
                                         */
-                                       if ((ourTS >= TS) || (is_uline(user->server)))
+                                       if ((ourTS >= TS) || (is_uline(who->server)))
                                        {
                                                /* We also always let u-lined clients win, no matter what the TS value */
                                                log(DEBUG,"Our our channel newer than theirs, accepting their modes");