]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket2.cpp
Fix for bug #792 reported by recyclebin, do not attempt to ping local servers which...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
index 06a6bc211a25c8f37d2824beb9532b0c22217979..3e3fbd71e9e2e72b95c4a68f6c0dc7ba128ca999 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -316,7 +316,7 @@ bool TreeSocket::ProcessLine(std::string &line)
                         */
                        if (command == "UID")
                        {
-                               return this->ParseUID(prefix, params, sourceserv);
+                               return this->ParseUID(prefix, params);
                        }
                        else if (command == "FJOIN")
                        {
@@ -366,7 +366,7 @@ bool TreeSocket::ProcessLine(std::string &line)
                        }
                        else if (command == "OPERTYPE")
                        {
-                               return this->OperType(prefix, params, sourceserv);
+                               return this->OperType(prefix,params);
                        }
                        else if (command == "FMODE")
                        {