mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-21 19:59:09 +00:00
Fixes #290
This commit is contained in:
parent
4a4269a673
commit
d62ea5eea0
@ -29,6 +29,11 @@
|
||||
|
||||
#include "getroute.h"
|
||||
#include "upnputils.h"
|
||||
#include "config.h"
|
||||
|
||||
/* get_src_for_route_to() function is only called in code
|
||||
* enabled with ENABLE_IPV6 */
|
||||
#ifdef ENABLE_IPV6
|
||||
|
||||
int
|
||||
get_src_for_route_to(const struct sockaddr * dst,
|
||||
@ -274,3 +279,4 @@ error:
|
||||
#endif /* __linux__ */
|
||||
}
|
||||
|
||||
#endif /* ENABLE_IPV6 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user