summaryrefslogtreecommitdiffstats
path: root/src/plugins/rhbz.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-17 17:02:19 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-17 17:02:19 +0200
commitb1a334bc10c89579e5ebefe966333e2718b787c5 (patch)
treeabfb99c45ea86c5b15772995fa6c08b694fed3fb /src/plugins/rhbz.h
parent92cb090b4bb41ae18e662496f6863c609849db11 (diff)
downloadabrt-b1a334bc10c89579e5ebefe966333e2718b787c5.tar.gz
abrt-b1a334bc10c89579e5ebefe966333e2718b787c5.tar.xz
abrt-b1a334bc10c89579e5ebefe966333e2718b787c5.zip
abrt-action-bugzilla: store "reported_to" for new bugs too. closes bz#698406
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/rhbz.h')
-rw-r--r--src/plugins/rhbz.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/rhbz.h b/src/plugins/rhbz.h
index f44ca191..60d64070 100644
--- a/src/plugins/rhbz.h
+++ b/src/plugins/rhbz.h
@@ -49,10 +49,10 @@ struct bug_info {
int bi_id;
int bi_dup_id;
- const char *bi_status;
- const char *bi_resolution;
- const char *bi_reporter;
- const char *bi_product;
+ char *bi_status;
+ char *bi_resolution;
+ char *bi_reporter;
+ char *bi_product;
GList *bi_cc_list;
};