Browse Source

Fix broken PICO compile (mismerge of LwIP reintroduction.)

pull/1/head
Garrett D'Amore 9 years ago
parent
commit
25f18f870e
  1. 2
      src/libzt.cpp

2
src/libzt.cpp

@ -1510,7 +1510,7 @@ namespace ZeroTier {
/****************************************************************************/
#if defined(STACK_PICO)
int zts_get_pico_socket(int fd, struct pico_socket *s)
int zts_get_pico_socket(int fd, struct pico_socket **s)
{
int err = 0;
if(!zt1Service) {

Loading…
Cancel
Save