summaryrefslogtreecommitdiff
path: root/modules/extra/m_ssl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/m_ssl.cpp')
-rw-r--r--modules/extra/m_ssl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/extra/m_ssl.cpp b/modules/extra/m_ssl.cpp
index 3219830e7..bc29b783f 100644
--- a/modules/extra/m_ssl.cpp
+++ b/modules/extra/m_ssl.cpp
@@ -140,8 +140,8 @@ class SSLModule : public Module
{
Configuration::Block *config = conf->GetModule(this);
- this->certfile = config->Get<const Anope::string &>("cert", "data/anope.crt");
- this->keyfile = config->Get<const Anope::string &>("key", "data/anope.key");
+ this->certfile = config->Get<const Anope::string>("cert", "data/anope.crt");
+ this->keyfile = config->Get<const Anope::string>("key", "data/anope.key");
if (Anope::IsFile(this->certfile.c_str()))
{