summaryrefslogtreecommitdiff
path: root/protocols/YAMN/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/YAMN/src/main.cpp')
-rw-r--r--protocols/YAMN/src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/YAMN/src/main.cpp b/protocols/YAMN/src/main.cpp
index d165acd93e..ab7214294a 100644
--- a/protocols/YAMN/src/main.cpp
+++ b/protocols/YAMN/src/main.cpp
@@ -53,7 +53,8 @@ PLUGININFOEX pluginInfoEx = {
};
CMPlugin::CMPlugin() :
- PLUGIN<CMPlugin>(YAMN_DBMODULE, pluginInfoEx)
+ PLUGIN<CMPlugin>(YAMN_DBMODULE, pluginInfoEx),
+ bForceCheck(YAMN_DBMODULE, "ForceCheck", false)
{
RegisterProtocol(PROTOTYPE_VIRTUAL);
SetUniqueId("Id");