upnp: properly issue method not found exception when we don't now it

This commit is contained in:
Lennart Poettering 2009-05-11 20:00:02 +02:00
parent 98a6454166
commit dc5dce50ea

View file

@ -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;