mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
upnp: properly issue method not found exception when we don't now it
This commit is contained in:
parent
98a6454166
commit
dc5dce50ea
1 changed files with 2 additions and 1 deletions
|
|
@ -415,7 +415,8 @@ static DBusHandlerResult sinks_and_sources_handler(DBusConnection *c, DBusMessag
|
||||||
DBUS_TYPE_INVALID));
|
DBUS_TYPE_INVALID));
|
||||||
|
|
||||||
pa_xfree(xml);
|
pa_xfree(xml);
|
||||||
}
|
} else
|
||||||
|
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
pa_sink *sink = NULL;
|
pa_sink *sink = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue