summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/CrashWatcher.cpp')
-rw-r--r--src/Daemon/CrashWatcher.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp
index 9dd4232..97d03b5 100644
--- a/src/Daemon/CrashWatcher.cpp
+++ b/src/Daemon/CrashWatcher.cpp
@@ -381,13 +381,13 @@ CCrashWatcher::CCrashWatcher(const std::string& pPath)
SetUpMW();
SetUpCron();
FindNewDumps(pPath);
-#ifdef HAVE_DBUS
+#ifdef ENABLE_DBUS
m_pCommLayer = new CCommLayerServerDBus();
-#elif HAVE_SOCKET
+#elif ENABLE_SOCKET
m_pCommLayer = new CCommLayerServerSocket();
#endif
- m_pCommLayer = new CCommLayerServerDBus();
-// m_pCommLayer = new CCommLayerServerSocket();
+// m_pCommLayer = new CCommLayerServerDBus();
+// m_pCommLayer = new CCommLayerServerSocket();
m_pCommLayer->Attach(this);
if((m_nFd = inotify_init()) == -1)