diff options
| author | 2006-02-08 18:15:11 +0000 | |
|---|---|---|
| committer | 2006-02-08 18:15:11 +0000 | |
| commit | 843710b75a87e9ee91e4e14f78e9bce9267af391 (patch) | |
| tree | 98e633805ea5d4865486fcf9ca207ab16e8bc7a9 /src/modules/m_spanningtree.cpp | |
| parent | Checks to not propogate invalid or already-existing Xlines (diff) | |
| download | inspircd++-843710b75a87e9ee91e4e14f78e9bce9267af391.tar.gz inspircd++-843710b75a87e9ee91e4e14f78e9bce9267af391.tar.bz2 inspircd++-843710b75a87e9ee91e4e14f78e9bce9267af391.zip | |
Missing function call
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3144 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 2aadd97f0..e859ff844 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1576,7 +1576,6 @@ class TreeSocket : public InspSocket break; case 'K': propogate = add_kline(atoi(params[4].c_str()), params[2].c_str(), params[5].c_str(), params[1].c_str()); - kline_set_creation_time((char*)params[1].c_str(), atoi(params[3].c_str())); break; default: /* Just in case... */ |
