Browse Source

Merge pull request #2364 from jakesmith/wsdeploy-compilefix

Fix compile problem with CWsDeployFileInfo

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 years ago
parent
commit
569aba88b1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      esp/services/WsDeploy/WsDeployService.hpp

+ 1 - 0
esp/services/WsDeploy/WsDeployService.hpp

@@ -442,6 +442,7 @@ public:
         setConfigChanged(true);
       }
       setSkipNotification(false);
+      return true;
     };
     virtual const char* getConfigFilePath()
     {