mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
impl-node: remove redundant variable
This commit is contained in:
parent
9bb5780cc2
commit
6fdf09e83e
3 changed files with 13 additions and 15 deletions
|
|
@ -218,7 +218,7 @@ static int client_node_transport(void *_data,
|
|||
proxy, readfd, writefd, data->remote_id, data->activation->ptr);
|
||||
|
||||
data->rtwritefd = writefd;
|
||||
spa_system_close(node->data_system, node->source.fd);
|
||||
spa_system_close(node->rt.target.system, node->source.fd);
|
||||
node->rt.target.fd = node->source.fd = readfd;
|
||||
|
||||
data->have_transport = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue