summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-upload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/abrt-action-upload.c')
-rw-r--r--src/plugins/abrt-action-upload.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/abrt-action-upload.c b/src/plugins/abrt-action-upload.c
index 88380bd7..8556e142 100644
--- a/src/plugins/abrt-action-upload.c
+++ b/src/plugins/abrt-action-upload.c
@@ -160,7 +160,6 @@ static int create_and_upload_archive(
if (strcmp(short_name, FILENAME_COUNT) == 0) goto next;
if (strcmp(short_name, CD_DUMPDIR) == 0) goto next;
if (strcmp(short_name, FILENAME_INFORMALL) == 0) goto next;
- if (strcmp(short_name, FILENAME_MESSAGE) == 0) goto next; // plugin's status message (if we already reported it yesterday)
// dd_get_next_file guarantees this:
//struct stat stbuf;
//if (stat(full_name, &stbuf) != 0)