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

Forgot this file

parent a15150a4
...@@ -397,8 +397,8 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap, ...@@ -397,8 +397,8 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
char *ptr; char *ptr;
net_StopRecv( p_address->i_wfd ); net_StopRecv( p_address->i_wfd );
net_GetSockAddress( p_sap, p_address->i_wfd, net_GetSockAddress( p_address->i_wfd, p_address->psz_machine,
p_address->psz_machine, NULL ); NULL );
/* removes scope if present */ /* removes scope if present */
ptr = strchr( p_address->psz_machine, '%' ); ptr = strchr( p_address->psz_machine, '%' );
......
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