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 beb09beb..79347a18 100644
--- a/src/plugins/abrt-action-upload.c
+++ b/src/plugins/abrt-action-upload.c
@@ -159,7 +159,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;
// dd_get_next_file guarantees this:
//struct stat stbuf;
//if (stat(full_name, &stbuf) != 0)