summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.cpp')
-rw-r--r--src/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.cpp b/src/connection.cpp
index dc654e655..145301229 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -280,7 +280,7 @@ void ircd_connector::SetServerName(std::string serv)
void ircd_connector::SetDescription(std::string desc)
{
- this->servername = desc;
+ this->description = desc;
}