summaryrefslogtreecommitdiffstats
path: root/lib/plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorMichal Toman <mtoman@redhat.com>2010-08-18 11:19:10 +0200
committerMichal Toman <mtoman@redhat.com>2010-08-18 11:19:10 +0200
commita54535326d031f45ae2256b5808b31ac16515f57 (patch)
tree04dae187c2cb7a6f54f764669655f4a78885b419 /lib/plugins/Bugzilla.cpp
parent4ef4bc1ba11d9c185db584ed97ce520a6306b462 (diff)
parent9c2587f867c6d903efdfd001e977b83030bb1a2c (diff)
downloadabrt-a54535326d031f45ae2256b5808b31ac16515f57.tar.gz
abrt-a54535326d031f45ae2256b5808b31ac16515f57.tar.xz
abrt-a54535326d031f45ae2256b5808b31ac16515f57.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 bcdb7730..815abffa 100644
--- a/lib/plugins/Bugzilla.cpp
+++ b/lib/plugins/Bugzilla.cpp
@@ -979,7 +979,7 @@ void CReporterBugzilla::SetSettings(const map_plugin_settings_t& pSettings)
/* Should not be deleted (why?) */
const map_plugin_settings_t& CReporterBugzilla::GetSettings()
{
- m_pSettings["BugzillaURL"] = m_bugzilla_url;
+ m_pSettings["BugzillaURL"] = (m_bugzilla_url)? m_bugzilla_url: "";
m_pSettings["Login"] = (m_login)? m_login: "";
m_pSettings["Password"] = (m_password)? m_password: "";
m_pSettings["SSLVerify"] = m_ssl_verify ? "yes" : "no";