Merge pull request #324 from switch-iot/fix_build_warning

fix build warning of edge_init_routes
This commit is contained in:
Luca Deri 2020-07-27 06:55:14 +02:00 committed by GitHub
commit ea01c45582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2419,6 +2419,7 @@ static int edge_init_routes(n2n_edge_t *eee, n2n_route_t *routes, uint16_t num_r
#ifdef WIN32
return edge_init_routes_win(eee, routes, num_routes);
#endif
return 0;
}
/* ************************************** */