summaryrefslogtreecommitdiff
path: root/modules/core/enc_sha256.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/enc_sha256.cpp')
-rw-r--r--modules/core/enc_sha256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/enc_sha256.cpp b/modules/core/enc_sha256.cpp
index 4fb076b8a..16a26a77b 100644
--- a/modules/core/enc_sha256.cpp
+++ b/modules/core/enc_sha256.cpp
@@ -302,7 +302,7 @@ class ESHA256 : public Module
/* if we are NOT the first module in the list,
* we want to re-encrypt the pass with the new encryption
*/
- if (!this->name.equals_ci(Config.EncModuleList.front()))
+ if (!this->name.equals_ci(Config->EncModuleList.front()))
enc_encrypt(plaintext, password);
return EVENT_ALLOW;
}