summaryrefslogtreecommitdiffstats
path: root/src/cli/report.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/report.cpp')
-rw-r--r--src/cli/report.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cli/report.cpp b/src/cli/report.cpp
index 1378b6b0..78a38916 100644
--- a/src/cli/report.cpp
+++ b/src/cli/report.cpp
@@ -21,7 +21,6 @@
#include "run-command.h"
#include "dbus.h"
#include "abrtlib.h"
-#include "plugin.h" // LoadPluginSettings
/* Field separator for the crash report file that is edited by user. */
#define FIELD_SEP "%----"
@@ -534,7 +533,7 @@ static void get_reporter_plugin_settings(const vector_string_t& reporters,
{
map_string_t single_plugin_settings;
std::string path = std::string(homedir) + "/.abrt/"
- + it->first + "."PLUGINS_CONF_EXTENSION;
+ + it->first + ".conf";
/* Load plugin config in the home dir. Do not skip lines with empty value (but containing a "key="),
because user may want to override password from /etc/abrt/plugins/*.conf, but he prefers to
enter it every time he reports. */