summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/queue/queue-sender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/queue/queue-sender.cpp')
-rw-r--r--sca-cpp/trunk/components/queue/queue-sender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/queue/queue-sender.cpp b/sca-cpp/trunk/components/queue/queue-sender.cpp
index ea6e45d988..ff2ede1057 100644
--- a/sca-cpp/trunk/components/queue/queue-sender.cpp
+++ b/sca-cpp/trunk/components/queue/queue-sender.cpp
@@ -54,7 +54,7 @@ const failable<value> post(const list<value>& params) {
debug(cadr(params), "queue::post::value");
const failable<bool> r = post(key, cadr(params), qs);
if (!hasContent(r))
- return mkfailure<value>(reason(r));
+ return mkfailure<value>(r);
return key;
}