Blob Blame History Raw
From 1b57e243f973328a46561745f06d16c4e41b7029 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <dvlasenk@redhat.com>
Date: Wed, 10 Aug 2011 14:33:26 +0200
Subject: [PATCH 37/52] reporter-rhtsupport: do not hardcode blacklisting

we have more generic mechanism now

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
---
 src/plugins/reporter-rhtsupport.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/plugins/reporter-rhtsupport.c b/src/plugins/reporter-rhtsupport.c
index 99e643c..9210304 100644
--- a/src/plugins/reporter-rhtsupport.c
+++ b/src/plugins/reporter-rhtsupport.c
@@ -113,9 +113,6 @@ static void report_to_rhtsupport(const char *dump_dir_name)
         g_hash_table_iter_init(&iter, problem_data);
         while (g_hash_table_iter_next(&iter, (void**)&name, (void**)&value))
         {
-            if (strcmp(name, FILENAME_COUNT) == 0) continue;
-            if (strcmp(name, CD_DUMPDIR) == 0) continue;
-
             const char *content = value->content;
             if (value->flags & CD_FLAG_TXT)
             {
-- 
1.7.6