diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-05-12 14:02:23 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-05-12 14:02:23 +0200 |
| commit | 132e3403a62e47df970241c289f718e5ca2ece97 (patch) | |
| tree | 78d130f75feac1c176ccc4201e1e2a6d92e661a9 /src/Daemon/Daemon.cpp | |
| parent | 7d0eaab97308c65d0da2db0a0d2f5710ce36e2fe (diff) | |
| download | abrt-132e3403a62e47df970241c289f718e5ca2ece97.tar.gz abrt-132e3403a62e47df970241c289f718e5ca2ece97.tar.xz abrt-132e3403a62e47df970241c289f718e5ca2ece97.zip | |
support for simpler settings
Diffstat (limited to 'src/Daemon/Daemon.cpp')
| -rw-r--r-- | src/Daemon/Daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <iostream> #include <cstdio> -CCrashWatcher *g_pCrashWatcher; +CCrashWatcher *g_pCrashWatcher = NULL; //DBus::Glib::BusDispatcher *dispatcher; void terminate(int signal) |
