diff options
Diffstat (limited to 'modules/commands/ns_sendpass.cpp')
-rw-r--r-- | modules/commands/ns_sendpass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/ns_sendpass.cpp b/modules/commands/ns_sendpass.cpp index 5195ac727..0aa81b9a7 100644 --- a/modules/commands/ns_sendpass.cpp +++ b/modules/commands/ns_sendpass.cpp @@ -83,7 +83,6 @@ class NSSendPass : public Module if (enc_decrypt(tmp_pass, tmp_pass) == -1) throw ModuleException("Incompatible with the encryption module being used"); - ModuleManager::RegisterService(&commandnssendpass); } }; |