summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/smtp/client-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/smtp/client-test.cpp')
-rw-r--r--sca-cpp/trunk/components/smtp/client-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/smtp/client-test.cpp b/sca-cpp/trunk/components/smtp/client-test.cpp
index 216861d35e..10274a6248 100644
--- a/sca-cpp/trunk/components/smtp/client-test.cpp
+++ b/sca-cpp/trunk/components/smtp/client-test.cpp
@@ -39,7 +39,7 @@ namespace smtp {
const string postURI("http://localhost:8090/smtppost");
bool testPost() {
- http::CURLSession cs("", "", "", "");
+ http::CURLSession cs("", "", "", "", 0);
const failable<value> val = http::get(postURI, cs);
assert(hasContent(val));