summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CTest/cmCTestSubmitHandler.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/CTest/cmCTestSubmitHandler.cxx b/Source/CTest/cmCTestSubmitHandler.cxx
index ff0d9b7..5757426 100644
--- a/Source/CTest/cmCTestSubmitHandler.cxx
+++ b/Source/CTest/cmCTestSubmitHandler.cxx
@@ -62,14 +62,7 @@ cmCTestSubmitHandlerCurlDebugCallback(CURL *, curl_infotype, char *chPtr,
//----------------------------------------------------------------------------
cmCTestSubmitHandler::cmCTestSubmitHandler() : HTTPProxy(), FTPProxy()
{
- this->HTTPProxy = "";
- this->HTTPProxyType = 0;
- this->HTTPProxyAuth = "";
-
- this->FTPProxy = "";
- this->FTPProxyType = 0;
- this->CDash = false;
-
+ this->Initialize();
}
//----------------------------------------------------------------------------