From 3c226c987f5015e8184bfc4293ee9f9b2f7b8f67 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Fri, 14 Aug 2009 20:59:43 +0200 Subject: added support for storing results from reporters (used from gui) --- src/Daemon/CrashWatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon/CrashWatcher.cpp') diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index 44ac253d..5fb4a366 100644 --- a/src/Daemon/CrashWatcher.cpp +++ b/src/Daemon/CrashWatcher.cpp @@ -820,7 +820,7 @@ bool CCrashWatcher::Report(map_crash_report_t pReport, const std::string& pUID) //} try { - m_pMW->Report(pReport, pUID); + CMiddleWare::report_status_t rs = m_pMW->Report(pReport, pUID); } catch (CABRTException& e) { -- cgit