summaryrefslogtreecommitdiffstats
path: root/src/CLI/CLI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CLI/CLI.cpp')
-rw-r--r--src/CLI/CLI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp
index 251407b..aaaef5b 100644
--- a/src/CLI/CLI.cpp
+++ b/src/CLI/CLI.cpp
@@ -136,7 +136,7 @@ int main(int argc, char** argv)
dispatcher.attach(NULL);
DBus::default_dispatcher = &dispatcher;
DBus::Connection conn = DBus::Connection::SystemBus();
- CCommLayerClientDBus ABRTDaemon(conn, CC_DBUS_PATH, CC_DBUS_NAME);
+ CCommLayerClientDBus ABRTDaemon(conn, CC_DBUS_PATH, CC_DBUS_NAME);
if(!conn.has_name(CC_DBUS_NAME)){
std::cout << "Daemon is not running!" << std::endl;
return -1;