summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-01 14:38:43 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-01 14:38:43 +0200
commitd3caf407e802d5decf26627491a5f4d54966191e (patch)
tree952f9855ef32117c4db819a427e5fdff782ab630 /src
parentd36e7d502d590ce39f40ab08f0eaaaba507b456d (diff)
downloadabrt-d3caf407e802d5decf26627491a5f4d54966191e.tar.gz
abrt-d3caf407e802d5decf26627491a5f4d54966191e.tar.xz
abrt-d3caf407e802d5decf26627491a5f4d54966191e.zip
Fixed report check to really do the checking
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/MiddleWare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp
index bc312bcb..448d3546 100644
--- a/src/Daemon/MiddleWare.cpp
+++ b/src/Daemon/MiddleWare.cpp
@@ -319,7 +319,7 @@ report_status_t Report(const map_crash_report_t& pCrashReport,
std::string key;
std::string message;
- if (!CheckReport)
+ if (!CheckReport(pCrashReport))
{
throw CABRTException(EXCEP_ERROR, "Report(): Some of mandatory report data are missing.");
}