mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-18 02:40:13 +00:00
Get : out of Path.toString() since this will conflict with : in IPv6 IPs.
This commit is contained in:
parent
67b3fa9311
commit
6ab95e0391
@ -130,7 +130,7 @@ public:
|
||||
case PATH_TYPE_TCP_OUT: t = "tcp_out"; break;
|
||||
case PATH_TYPE_TCP_IN: t = "tcp_in"; break;
|
||||
}
|
||||
Utils::snprintf(tmp,sizeof(tmp),"%s:%s:%lld;%lld;%lld;%lld;%s",
|
||||
Utils::snprintf(tmp,sizeof(tmp),"%s;%s;%lld;%lld;%lld;%lld;%s",
|
||||
t,
|
||||
_addr.toString().c_str(),
|
||||
(long long)((_lastSend != 0) ? (now - _lastSend) : -1),
|
||||
|
Loading…
Reference in New Issue
Block a user