]> git.stg.codes - stg.git/blobdiff - tests/testauth.h
Added disabling of sessions log and filtering of params log.
[stg.git] / tests / testauth.h
index 93ef5c268c78c8e1169f1a5f74fda5a6197b4667..7085f927202415ddfa556d2234fd2c80db5401a7 100644 (file)
@@ -18,7 +18,7 @@ class TEST_AUTH : public AUTH {
 
         int Start() { return 0; }
         int Stop() { return 0; }
-        int Reload() { return 0; }
+        int Reload(const MODULE_SETTINGS&) { return 0; }
         bool IsRunning() { return true; }
         const std::string & GetStrError() const { return strError; }
         std::string GetVersion() const { return ""; }