diff options
| author | 2016-08-22 17:02:34 +0200 | |
|---|---|---|
| committer | 2016-08-22 17:02:34 +0200 | |
| commit | fea425704f1ab72dc7dbadb556958e71144c3765 (patch) | |
| tree | 32a67275d089691727d1f9823475ec40788003c6 /src/modules/m_spanningtree/treesocket1.cpp | |
| parent | m_timedbans Remove TimedBan::channel (diff) | |
m_spanningtree Change type of Link::Name to std::string
Switch to stdalgo::string::equalsci()
Diffstat (limited to 'src/modules/m_spanningtree/treesocket1.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/treesocket1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/treesocket1.cpp b/src/modules/m_spanningtree/treesocket1.cpp index e1642a086..a96c4a90c 100644 --- a/src/modules/m_spanningtree/treesocket1.cpp +++ b/src/modules/m_spanningtree/treesocket1.cpp @@ -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; |
