Skip to content

Commit

Permalink
turn: remove HAVE_INET6
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jul 22, 2024
1 parent 47214bf commit d059205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/turn/turnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,9 @@ static inline size_t stun_indlen(const struct sa *sa)
len += STUN_ATTR_ADDR4_SIZE;
break;

#ifdef HAVE_INET6
case AF_INET6:
len += STUN_ATTR_ADDR6_SIZE;
break;
#endif
}

return len;
Expand Down

0 comments on commit d059205

Please sign in to comment.