From 1de58ce7be0e869490b02f197800d80d7020af75 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Mon, 9 May 2011 11:11:25 +0200 Subject: xmlrpc and bugzilla in a new C coat Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 7a2ecacb..a31b13a1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -42,3 +42,4 @@ src/plugins/report_Bugzilla.xml.in src/plugins/report_Kerneloops.xml.in src/plugins/report_Mailx.xml.in src/plugins/report_RHTSupport.xml.in +src/plugins/rhbz.c -- cgit