mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
44f1462711
commit
1274ebe069
1 changed files with 2 additions and 1 deletions
|
|
@ -385,7 +385,8 @@ static bool is_multicast(struct sockaddr *sa, socklen_t salen)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int make_unix_socket(char *path, char *client_path) {
|
static int make_unix_socket(const char *path, const char *client_path)
|
||||||
|
{
|
||||||
struct sockaddr_un client_addr, server_addr;
|
struct sockaddr_un client_addr, server_addr;
|
||||||
|
|
||||||
spa_autoclose int fd = socket(AF_UNIX, SOCK_DGRAM, 0);
|
spa_autoclose int fd = socket(AF_UNIX, SOCK_DGRAM, 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue