From 132e3403a62e47df970241c289f718e5ca2ece97 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Tue, 12 May 2009 14:02:23 +0200 Subject: support for simpler settings --- src/Daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon/Daemon.cpp') diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index ab656d2..7acc7b1 100644 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -21,7 +21,7 @@ #include #include -CCrashWatcher *g_pCrashWatcher; +CCrashWatcher *g_pCrashWatcher = NULL; //DBus::Glib::BusDispatcher *dispatcher; void terminate(int signal) -- cgit