mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04: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;
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
spa_autoclose int fd = socket(AF_UNIX, SOCK_DGRAM, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue