]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/link.h
Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar commands
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / link.h
index 4845698921ab9760f1d3332a53e000ef74303426..0ff2593cc2480aae9027818723f1489f1bc57de9 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -30,7 +30,7 @@ class Link : public refcountbase
        int Timeout;
        std::string Bind;
        bool Hidden;
-       Link(ConfigTag* Tag) : tag(tag) {}
+       Link(ConfigTag* Tag) : tag(Tag) {}
 };
 
 class Autoconnect : public refcountbase
@@ -42,7 +42,7 @@ class Autoconnect : public refcountbase
        time_t NextConnectTime;
        /** Negative == inactive */
        int position;
-       Autoconnect(ConfigTag* Tag) : tag(tag) {}
+       Autoconnect(ConfigTag* Tag) : tag(Tag) {}
 };