This commit is contained in:
Thomas Bernard 2018-03-12 20:12:01 +01:00
parent 4a4269a673
commit d62ea5eea0
1 changed files with 6 additions and 0 deletions

View File

@ -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 */