mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez5: deal with missing endpoint path in selectproperties
This commit is contained in:
parent
f20636f659
commit
99406aefea
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ static DBusHandlerResult endpoint_select_properties(DBusConnection *conn, DBusMe
|
|||
bool sink;
|
||||
const char *err_msg = "Unknown error";
|
||||
|
||||
const char *endpoint_path;
|
||||
const char *endpoint_path = NULL;
|
||||
uint8_t caps[A2DP_MAX_CAPS_SIZE];
|
||||
uint8_t config[A2DP_MAX_CAPS_SIZE];
|
||||
int caps_size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue