summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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