From c6b911132caba237f86280d1b2cb32ad3123f0da Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 21 Jul 2013 18:18:33 +0200 Subject: m_spanningtree Change the type of TreeServer::ServerName to std::string --- src/modules/m_spanningtree/netburst.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree/netburst.cpp') diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index 39056b1fe..aefb9de01 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -34,9 +34,8 @@ */ void TreeSocket::DoBurst(TreeServer* s) { - std::string servername = s->GetName(); ServerInstance->SNO->WriteToSnoMask('l',"Bursting to \2%s\2 (Authentication: %s%s).", - servername.c_str(), + s->GetName().c_str(), capab->auth_fingerprint ? "SSL Fingerprint and " : "", capab->auth_challenge ? "challenge-response" : "plaintext password"); this->CleanNegotiationInfo(); -- cgit v1.3.1-10-gc9f91