mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
refactor almost complete
This commit is contained in:
parent
8d82ac5cc8
commit
20beafedc5
8 changed files with 213 additions and 172 deletions
|
@ -175,6 +175,7 @@ struct shutdown_st
|
|||
|
||||
|
||||
/* LWIP error beautification */
|
||||
/*
|
||||
const char *lwiperror(int n)
|
||||
{
|
||||
switch(n)
|
||||
|
@ -215,5 +216,6 @@ const char *lwiperror(int n)
|
|||
return "UNKNOWN_RET_VAL";
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue