Skip to content

Commit

Permalink
Initialize hostname to make compiler happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Mar 23, 2023
1 parent f3fe6c4 commit 081d06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtpproxy/rtppn_connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static int try_connect(int s, const struct sockaddr *name, socklen_t namelen, in
int connect_rtpp_node(struct rtpp_node *pnode)
{
int n, s;
char *cp, *hostname;
char *cp, *hostname = NULL;
struct addrinfo hints, *res;
struct sockaddr_un sau;

Expand Down

0 comments on commit 081d06d

Please sign in to comment.