From 95a2b74dc9a4b9de18b8e7e9c28c644bba876778 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Mar 2011 13:35:40 +0100 Subject: Replace FILENAME_MESSAGE with FILENAME_REPORTED_TO. This fixes the problem with abrt-cli not showing unreported bugs and abrt-gui not showing "green lamp" for reported bugs. In general, it introduces a way to record reporting results, such as Bugzilla URL, in dump dir. In the future, this enables such functions as "check BZ status". Signed-off-by: Denys Vlasenko --- src/plugins/abrt-action-rhtsupport.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/abrt-action-rhtsupport.c') diff --git a/src/plugins/abrt-action-rhtsupport.c b/src/plugins/abrt-action-rhtsupport.c index 94523e08..d7f93ea9 100644 --- a/src/plugins/abrt-action-rhtsupport.c +++ b/src/plugins/abrt-action-rhtsupport.c @@ -128,7 +128,6 @@ static void report_to_rhtsupport( if (strcmp(name, FILENAME_COUNT) == 0) continue; if (strcmp(name, CD_DUMPDIR) == 0) continue; if (strcmp(name, FILENAME_INFORMALL) == 0) continue; - if (strcmp(name, FILENAME_MESSAGE) == 0) continue; // plugin's status message (if we already reported it yesterday) const char *content = value->content; if (value->flags & CD_FLAG_TXT) -- cgit