]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 08:07:45 +0000 (10:07 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 08:07:45 +0000 (10:07 +0200)
Reload() method of the class RADIUS in the radius.h file.

projects/stargazer/plugins/other/radius/radius.h

index 8f5ba2a451ad8ad3d88dcb88fd0ae7f5013ffe3c..77dde0d55e99e18d566a4a9c63dcc95d1d3a35aa 100644 (file)
@@ -98,7 +98,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool                IsRunning() { return isRunning; }
 
     const std::string & GetStrError() const { return errorStr; }