mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
retval fix
This commit is contained in:
parent
e73868bc5a
commit
8189b2ba91
2 changed files with 4 additions and 2 deletions
|
@ -175,7 +175,7 @@ struct shutdown_st
|
|||
|
||||
|
||||
/* LWIP error beautification */
|
||||
/*
|
||||
|
||||
const char *lwiperror(int n)
|
||||
{
|
||||
switch(n)
|
||||
|
@ -216,6 +216,6 @@ const char *lwiperror(int n)
|
|||
return "UNKNOWN_RET_VAL";
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue