Merge pull request #17 from gdamore/master

Fix broken PICO compile (mismerge of LwIP reintroduction.)
This commit is contained in:
Joseph Henry
2017-07-26 14:30:06 -07:00
committed by GitHub

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