summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-09-17 09:46:28 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-09-17 09:46:28 +0200
commit9a742f012b9154c34d046dc67ba9ad904512ab60 (patch)
tree0014098a2d8593a57794396c79511cc080626c2f
parente26d29f1f35096621cb9f55ee3ae9975091a9ad3 (diff)
downloadabrt-9a742f012b9154c34d046dc67ba9ad904512ab60.tar.gz
abrt-9a742f012b9154c34d046dc67ba9ad904512ab60.tar.xz
abrt-9a742f012b9154c34d046dc67ba9ad904512ab60.zip
Added cleaning of attachment variable, so there should not be mixed attachmetn anymore.
-rw-r--r--lib/Plugins/Bugzilla.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
index c11fa0f2..9c223a6f 100644
--- a/lib/Plugins/Bugzilla.cpp
+++ b/lib/Plugins/Bugzilla.cpp
@@ -371,6 +371,7 @@ void CReporterBugzilla::AddAttachments(const std::string& pBugId, const map_cras
{
if (it->second[CD_TYPE] == CD_ATT)
{
+ m_sAttchmentInBase64 = "";
base64 = NSSBase64Encoder_Create(Base64Encode_cb, this);
if (!base64)
{