Commit cab5ce86 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix typo

parent 24d40baa
...@@ -301,7 +301,7 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap, ...@@ -301,7 +301,7 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
switch( addr.ss_family ) switch( addr.ss_family )
{ {
#if defined (INET_PTON) || defined (WIN32) #if defined (HAVE_INET_PTON) || defined (WIN32)
case AF_INET6: case AF_INET6:
{ {
/* See RFC3513 for list of valid IPv6 scopes */ /* See RFC3513 for list of valid IPv6 scopes */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment