summaryrefslogtreecommitdiff
path: root/src/servers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/servers.cpp')
-rw-r--r--src/servers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/servers.cpp b/src/servers.cpp
index 971ee83d9..6c017f08e 100644
--- a/src/servers.cpp
+++ b/src/servers.cpp
@@ -377,7 +377,7 @@ const Anope::string Servers::TS6_SID_Retrieve()
if (!IRCD || !IRCD->RequiresID)
return "";
- static Anope::string current_sid = Config->GetBlock("options")->Get<const Anope::string &>("id");
+ static Anope::string current_sid = Config->GetBlock("options")->Get<const Anope::string>("id");
if (current_sid.empty())
current_sid = "00A";