diff options
author | Jiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com> | 2009-11-01 23:25:19 +0100 |
---|---|---|
committer | Jiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com> | 2009-11-01 23:25:19 +0100 |
commit | 0586639caf9fd8218257a16006bb9783ee490102 (patch) | |
tree | a4b8bc367598338161cf0ad85dcd21d8ecd91b52 /lib/Plugins/KerneloopsReporter.cpp | |
parent | 675f8db1c51c474db89e988c06ace1b13f99857d (diff) | |
download | abrt-0586639caf9fd8218257a16006bb9783ee490102.tar.gz abrt-0586639caf9fd8218257a16006bb9783ee490102.tar.xz abrt-0586639caf9fd8218257a16006bb9783ee490102.zip |
Hack to fix the problem with daemon remembering the last used settings
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.cpp')
-rw-r--r-- | lib/Plugins/KerneloopsReporter.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp index 8344b81..c57a1ef 100644 --- a/lib/Plugins/KerneloopsReporter.cpp +++ b/lib/Plugins/KerneloopsReporter.cpp @@ -93,7 +93,9 @@ CKerneloopsReporter::CKerneloopsReporter() : m_sSubmitURL("http://submit.kerneloops.org/submitoops.php") {} -std::string CKerneloopsReporter::Report(const map_crash_report_t& pCrashReport, const std::string& pArgs) +std::string CKerneloopsReporter::Report(const map_crash_report_t& pCrashReport, + const map_plugin_settings_t& pSettings, + const std::string& pArgs) { int ret = -1; map_crash_report_t::const_iterator it; |