mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
fix some uninitialized variables warnings
This commit is contained in:
parent
abd8c8f666
commit
0e0c325194
6 changed files with 8 additions and 9 deletions
|
|
@ -416,7 +416,7 @@ static int snapcast_connect(struct tunnel *t)
|
|||
{
|
||||
struct addrinfo hints;
|
||||
struct addrinfo *result, *rp;
|
||||
int res, fd;
|
||||
int res, fd = -1;
|
||||
char port_str[12];
|
||||
|
||||
if (t->server_address == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue