Added return values to zts_start() and zts_simple_start(). Also Fixed signed comparison warnings in ztproxy when compiling under Windows
This commit is contained in:
@@ -206,7 +206,7 @@ namespace ZeroTier {
|
||||
char vtap_abbr_name[16];
|
||||
|
||||
static int devno;
|
||||
int ifindex = 0;
|
||||
size_t ifindex = 0;
|
||||
|
||||
std::vector<InetAddress> ips() const;
|
||||
std::vector<InetAddress> _ips;
|
||||
|
||||
Reference in New Issue
Block a user