Skip to content

Commit

Permalink
Fix actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
sepfy committed Sep 16, 2024
1 parent b02d9d4 commit f59edd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ static int agent_create_host_addr(Agent* agent) {
int i, j;
const char* iface_prefx[] = {CONFIG_IFACE_PREFIX};
IceCandidate* ice_candidate;
int addr_type[] = {AF_INET,
int addr_type[] = { AF_INET,
#if CONFIG_IPV6
AF_INET6,
AF_INET6,
#endif
};

Expand Down

0 comments on commit f59edd9

Please sign in to comment.