diff options
| author | 2006-03-08 17:13:36 +0000 | |
|---|---|---|
| committer | 2006-03-08 17:13:36 +0000 | |
| commit | 3d8d86daf99a5aa62015b120fbeb2d0b7e5dd2e8 (patch) | |
| tree | bc3e158506c910e73a4babeae5d70df18831544c /src/modules/m_spanningtree.cpp | |
| parent | Allow for fallback of older ircds without TS in BURST command (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
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 1 insertions, 1 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()); |
