Browse Source

Compilation fix

pull/158/head
Luca 5 years ago
parent
commit
1512f20eaa
  1. 2
      edge_utils.c

2
edge_utils.c

@ -1703,7 +1703,7 @@ int run_edge_loop(n2n_edge_t * eee, int *keep_running) {
#endif /* #ifdef __ANDROID_NDK__ */ #endif /* #ifdef __ANDROID_NDK__ */
} /* while */ } /* while */
#ifndef WIN32 #ifdef WIN32
WaitForSingleObject(tun_read_thread, INFINITE); WaitForSingleObject(tun_read_thread, INFINITE);
#endif #endif

Loading…
Cancel
Save