summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-05-20 11:18:34 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-05-20 11:18:34 +0200
commit40d3a846c8fb7dcbc03cf2dfcd911baf0b64987b (patch)
treee82b6f14b4d8073cd0e52253747beaaa7e509439 /lib/Plugins/Bugzilla.cpp
parent407222babd840bcc935789dc441f6099f9d22412 (diff)
parentbc12d93a46c87ccf647f83b4eafd4378d19b9e29 (diff)
downloadabrt-40d3a846c8fb7dcbc03cf2dfcd911baf0b64987b.tar.gz
abrt-40d3a846c8fb7dcbc03cf2dfcd911baf0b64987b.tar.xz
abrt-40d3a846c8fb7dcbc03cf2dfcd911baf0b64987b.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
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());