diff options
| author | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-05-14 11:47:57 +0200 |
|---|---|---|
| committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-05-14 11:47:57 +0200 |
| commit | dbc085851b8084f68622c309011c16e020913896 (patch) | |
| tree | 818be74050e0a981ef14fe75267c367a73303043 /src/Daemon/Daemon.cpp | |
| parent | ec3f16062651456c79cf5ec54b18759caf515361 (diff) | |
| download | abrt-dbc085851b8084f68622c309011c16e020913896.tar.gz abrt-dbc085851b8084f68622c309011c16e020913896.tar.xz abrt-dbc085851b8084f68622c309011c16e020913896.zip | |
Revert "Daemon socket for reporting crashes"
This reverts commit 91c7c2ee8fa9ab6c29a7ddc64cff1fa9f5e2918a.
Diffstat (limited to 'src/Daemon/Daemon.cpp')
| -rw-r--r-- | src/Daemon/Daemon.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index 98b6a5be..70fd9a10 100644 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -41,7 +41,6 @@ #include "CrashWatcher.h" #include "DebugDump.h" #include "Daemon.h" -#include "dumpsocket.h" using namespace std; @@ -845,9 +844,6 @@ int main(int argc, char** argv) throw 1; pidfile_created = true; - /* Open socket to receive new crashes. */ - dumpsocket_init(); - /* Note: this already may process a few dbus messages, * therefore it should be the last thing to initialize. */ @@ -899,7 +895,6 @@ int main(int argc, char** argv) /* Error or INT/TERM. Clean up, in reverse order. * Take care to not undo things we did not do. */ - dumpsocket_shutdown(); if (pidfile_created) unlink(VAR_RUN_PIDFILE); if (lockfile_created) |
