mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
dbus: Add a missing break statement in handle_message_cb().
This commit is contained in:
parent
7b1b68ce2c
commit
e785f728a5
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue