diff options
| author | 2005-12-08 18:33:27 +0000 | |
|---|---|---|
| committer | 2005-12-08 18:33:27 +0000 | |
| commit | 7271c8da88b3461fb5b3b3a80d455400f0c75880 (patch) | |
| tree | 4f3b3b422f72851fa763c4627955b4f593e39583 /src/modules/m_spanningtree.cpp | |
| parent | Added burst flag -- remote connect notices not shown during burst (diff) | |
Capitalization of variable fixed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2277 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 1424739ec..ce2843d18 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -527,7 +527,7 @@ class TreeSocket : public InspSocket int num_lost_servers; time_t NextPing; bool LastPingWasGood; - bool Bursting; + bool bursting; public: |
