diff options
| -rw-r--r-- | src/CLI/CLI.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp index 7bdc820..251407b 100644 --- a/src/CLI/CLI.cpp +++ b/src/CLI/CLI.cpp @@ -177,9 +177,7 @@ int main(int argc, char** argv) print_usage(argv[0]); break; } -#ifdef ENABLE_DBUS -; -#elif ENABLE_SOCKET +#if ENABLE_SOCKET ABRTDaemon.DisConnect(); #endif |
