summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-19 13:06:14 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-19 13:06:14 +0200
commit8ea9df91cdd1ece81191d1347c5c952bf519b0e3 (patch)
treee8e3286c8d4ddcdb6a0d417be5238164ffb652ee /lib/Plugins/Bugzilla.h
parent60e24c1893f1d5c221600412794df0561efa8716 (diff)
downloadabrt-8ea9df91cdd1ece81191d1347c5c952bf519b0e3.tar.gz
abrt-8ea9df91cdd1ece81191d1347c5c952bf519b0e3.tar.xz
abrt-8ea9df91cdd1ece81191d1347c5c952bf519b0e3.zip
BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly
Diffstat (limited to 'lib/Plugins/Bugzilla.h')
-rw-r--r--lib/Plugins/Bugzilla.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Plugins/Bugzilla.h b/lib/Plugins/Bugzilla.h
index 575de1f0..7280f4f0 100644
--- a/lib/Plugins/Bugzilla.h
+++ b/lib/Plugins/Bugzilla.h
@@ -7,6 +7,8 @@
#include <nssb64.h>
+#define XML_RPC_SUFFIX "/xmlrpc.cgi"
+
class CReporterBugzilla : public CReporter
{
private:
@@ -32,6 +34,7 @@ class CReporterBugzilla : public CReporter
xmlrpc_c::client_xml* m_pXmlrpcClient;
xmlrpc_c::carriageParm_curl0 *m_pCarriageParm;
std::string m_sBugzillaURL;
+ std::string m_sBugzillaXMLRPC;
std::string m_sLogin;
std::string m_sPassword;
std::string m_sAttchmentInBase64;