Browse Source

Merge pull request #324 from switch-iot/fix_build_warning

fix build warning of edge_init_routes
pull/329/head
Luca Deri 4 years ago
committed by GitHub
parent
commit
ea01c45582
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/edge_utils.c

1
src/edge_utils.c

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

Loading…
Cancel
Save