]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Someone forgot to test compile this *whistles nonchalantly*
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 8 Mar 2006 17:13:36 +0000 (17:13 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 8 Mar 2006 17:13:36 +0000 (17:13 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3554 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp
src/svn-rev.sh

index 966fcca18adaeb9bfc9bdd872b65e866d6b4b709..a42063cfe52a1e55066e321904d583e464381180 100644 (file)
@@ -2271,7 +2271,7 @@ class TreeSocket : public InspSocket
                                }
                                else if (command == "BURST")
                                {
-                                       if (params.count())
+                                       if (params.size())
                                        {
                                                /* If a time stamp is provided, try and check syncronization */
                                                time_t THEM = atoi(params[0].c_str());
index 11d8f9c49f3da2ed8d003b8575d1a71a6c79b9a0..c4a9254ff38bd38ea432c62e3bbfb6b2988f1088 100755 (executable)
@@ -1 +1 @@
-echo 3551
+echo 3553