summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-upload.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-10 15:48:15 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-10 15:48:15 +0100
commitf8c0e544a905ba42c8b550409f492081534977f5 (patch)
tree59e0a86d38c041a01b5370b00b0202e0e45ac2c2 /src/plugins/abrt-action-upload.c
parent87cb89bc82dc034996175c59b0b2553cab25a9ef (diff)
downloadabrt-f8c0e544a905ba42c8b550409f492081534977f5.tar.gz
abrt-f8c0e544a905ba42c8b550409f492081534977f5.tar.xz
abrt-f8c0e544a905ba42c8b550409f492081534977f5.zip
get rid of FILENAME_DESCRIPTION, rename "release" to "os_release"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
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 82c99fd5..b19f5bfb 100644
--- a/src/plugins/abrt-action-upload.c
+++ b/src/plugins/abrt-action-upload.c
@@ -161,7 +161,6 @@ static int create_and_upload_archive(
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)
- if (strcmp(short_name, FILENAME_DESCRIPTION) == 0) goto next; // package description
// dd_get_next_file guarantees this:
//struct stat stbuf;
//if (stat(full_name, &stbuf) != 0)