]> code.delx.au - pulseaudio/commitdiff
dbus: Add a missing break statement in handle_message_cb().
authorTanu Kaskinen <ext-tanu.kaskinen@nokia.com>
Thu, 3 Dec 2009 13:30:01 +0000 (15:30 +0200)
committerColin Guthrie <cguthrie@mandriva.org>
Thu, 3 Dec 2009 21:50:19 +0000 (21:50 +0000)
src/pulsecore/protocol-dbus.c

index 95518a137d0a9e39b57e25713b00b3e18719d31e..582bc65833b25e87740c68b7f34665e5cd8d217e 100644 (file)
@@ -574,6 +574,7 @@ static DBusHandlerResult handle_message_cb(DBusConnection *connection, DBusMessa
             pa_dbus_send_error(connection, message, DBUS_ERROR_INVALID_ARGS,
                                "Invalid signature for property %s: '%s'. Expected '%s'.",
                                call_info.property, call_info.property_sig, call_info.expected_property_sig);
+            break;
 
         default:
             pa_assert_not_reached();