remote: remove events and states

This commit is contained in:
Wim Taymans 2019-12-06 12:03:45 +01:00
parent 8a959ea7a1
commit 3d79970d88
5 changed files with 5 additions and 158 deletions

View file

@ -93,7 +93,8 @@ int pw_protocol_native_connect_local_socket(struct pw_protocol_client *client,
res = pw_protocol_client_connect_fd(client, fd, true);
done_callback(data, res);
if (done_callback)
done_callback(data, res);
return res;