From b952e638c6eb2c56a6873fcbf40c78b86e6bccfd Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 4 Apr 2013 22:37:02 +0200 Subject: Added option to disable markad Fixed option 'deferred shutdown' --- plugin/markad.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/markad.cpp') diff --git a/plugin/markad.cpp b/plugin/markad.cpp index cf35156..e7ebfb0 100644 --- a/plugin/markad.cpp +++ b/plugin/markad.cpp @@ -200,6 +200,7 @@ bool cPluginMarkAd::SetupParse(const char *Name, const char *Value) else if (!strcasecmp(Name,"Log2Rec")) setup.Log2Rec=atoi(Value); else if (!strcasecmp(Name,"LogoOnly")) setup.LogoOnly=atoi(Value); else if (!strcasecmp(Name,"SaveInfo")) setup.SaveInfo=atoi(Value); + else if (!strcasecmp(Name,"DeferredShutdown")) setup.DeferredShutdown=atoi(Value); else return false; return true; } -- cgit v1.2.3