mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-07 04:06:12 -05:00
parent
31bf631057
commit
4821c7ca2f
3 changed files with 12 additions and 9 deletions
|
|
@ -460,7 +460,7 @@ static int parse_unix_address(const char *address, struct sockaddr_storage *addr
|
|||
if (address[0] != '/') {
|
||||
char runtime_dir[PATH_MAX];
|
||||
|
||||
if ((res = get_runtime_dir(runtime_dir, sizeof(runtime_dir), "pulse")) < 0)
|
||||
if ((res = get_runtime_dir(runtime_dir, sizeof(runtime_dir))) < 0)
|
||||
return res;
|
||||
|
||||
res = snprintf(addr.sun_path, sizeof(addr.sun_path),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue