Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL
authorChristian Dywan <christian@lanedo.com>
Tue, 4 Jan 2011 19:23:47 +0000 (19:23 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 4 Jan 2011 19:27:33 +0000 (19:27 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32262
Bug-NB: NB#180486
Reviewed-by: Thiago Macieira <thiago@kde.org>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-util-unix.c

index 5904950..00705b3 100644 (file)
@@ -418,6 +418,7 @@ _dbus_system_logv (DBusSystemLogSeverity severity, const char *msg, va_list args
         break;
       case DBUS_SYSTEM_LOG_FATAL:
         flags = LOG_DAEMON|LOG_CRIT;
+        break;
       default:
         return;
     }