summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-05-18 17:14:54 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-05-18 17:14:54 +0200
commit59811d85f9d5a7f836834272fd90f753a3b92e46 (patch)
tree5681d2ed1af2fd869a8e2d210f01d65234edc3e8 /lib/Plugins/Bugzilla.cpp
parent146b08ec6920405b608d7ec75c6ac49727cd4b68 (diff)
downloadabrt-59811d85f9d5a7f836834272fd90f753a3b92e46.tar.gz
abrt-59811d85f9d5a7f836834272fd90f753a3b92e46.tar.xz
abrt-59811d85f9d5a7f836834272fd90f753a3b92e46.zip
minor fixes in reporter plugins
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r--lib/Plugins/Bugzilla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
index 8ad28cf..80cbec4 100644
--- a/lib/Plugins/Bugzilla.cpp
+++ b/lib/Plugins/Bugzilla.cpp
@@ -246,7 +246,7 @@ void CReporterBugzilla::AddAttachments(const std::string& pBugId, const map_cras
try
{
rpc->call(m_pXmlrpcClient, m_pCarriageParm);
- ret = xmlrpc_c::value_array(rpc->getResult()).vectorValueValue();
+ ret = xmlrpc_c::value_array(rpc->getResult()).vectorValueValue();
std::stringstream ss;
ss << xmlrpc_c::value_int(ret[0]);
comm_layer_inner_debug("New attachment id: " + ss.str());