summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-08 17:13:36 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-08 17:13:36 +0000
commit3d8d86daf99a5aa62015b120fbeb2d0b7e5dd2e8 (patch)
treebc3e158506c910e73a4babeae5d70df18831544c
parentcb3dbc978b4cc642fc1d264443ebfeae6d7d12c4 (diff)
Someone forgot to test compile this *whistles nonchalantly*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3554 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/modules/m_spanningtree.cpp2
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 966fcca18..a42063cfe 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -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());
diff --git a/src/svn-rev.sh b/src/svn-rev.sh
index 11d8f9c49..c4a9254ff 100755
--- a/src/svn-rev.sh
+++ b/src/svn-rev.sh
@@ -1 +1 @@
-echo 3551
+echo 3553