Fix broken PICO compile (mismerge of LwIP reintroduction.)

This commit is contained in:
Garrett D'Amore
2017-07-26 14:24:27 -07:00
parent 409c2dc9de
commit 25f18f870e

View File

@@ -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) {