mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
fix compilation
This commit is contained in:
parent
b50efe0188
commit
ae14ef7a49
2 changed files with 2 additions and 2 deletions
|
|
@ -328,7 +328,7 @@ done:
|
|||
error:
|
||||
switch (res) {
|
||||
case -EPIPE:
|
||||
case -ECONNRESET
|
||||
case -ECONNRESET:
|
||||
pw_log_info("server %p: client %p [%s] disconnected",
|
||||
client->server, client, client->name);
|
||||
SPA_FALLTHROUGH;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue