diff options
Diffstat (limited to 'lib/plugins/Bugzilla.cpp')
| -rw-r--r-- | lib/plugins/Bugzilla.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/Bugzilla.cpp b/lib/plugins/Bugzilla.cpp index e494f082..55a957be 100644 --- a/lib/plugins/Bugzilla.cpp +++ b/lib/plugins/Bugzilla.cpp @@ -902,7 +902,7 @@ std::string CReporterBugzilla::Report(const map_crash_data_t& pCrashData, { free(full_dsc); bug_info_destroy(&bz); - throw_if_xml_fault_occurred(&bz_server.env); + throw_xml_fault(&bz_server.env); } free(full_dsc); } |
