X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Fnetburst.cpp;h=5248ea897e3a33dcc4ba5f4be58ba062cd2d2d68;hb=4a57d129fbbe9858f2a8c4d14cef7e0d78f08329;hp=9e6c07425da2f1b65a0a02314ebb2cf3c5d301c6;hpb=b998720a5f6f66e80c88a5448435943d5927abf3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index 9e6c07425..5248ea897 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -34,8 +34,9 @@ */ void TreeSocket::DoBurst(TreeServer* s) { + std::string servername = s->GetName(); ServerInstance->SNO->WriteToSnoMask('l',"Bursting to \2%s\2 (Authentication: %s%s).", - s->GetName().c_str(), + servername.c_str(), capab->auth_fingerprint ? "SSL Fingerprint and " : "", capab->auth_challenge ? "challenge-response" : "plaintext password"); this->CleanNegotiationInfo();