]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket1.cpp
m_spanningtree Change type of Link::Name to std::string
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket1.cpp
index e1642a086041bb54bb9b0eb9d1e62c8287f40864..a96c4a90c0bd4d0352f9f33f4a44eb0610166881 100644 (file)
@@ -37,7 +37,7 @@
  * and only do minor initialization tasks ourselves.
  */
 TreeSocket::TreeSocket(Link* link, Autoconnect* myac, const std::string& ipaddr)
-       : linkID(assign(link->Name)), LinkState(CONNECTING), MyRoot(NULL), proto_version(0)
+       : linkID(link->Name), LinkState(CONNECTING), MyRoot(NULL), proto_version(0)
        , burstsent(false), age(ServerInstance->Time())
 {
        capab = new CapabData;