Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VERSION<10"
This reverts commit 270debb3fc
.
This commit is contained in:
parent
993d850f69
commit
d4c0349de9
3 changed files with 2 additions and 8 deletions
|
@ -62,9 +62,7 @@ private:
|
|||
public:
|
||||
~Peer() {
|
||||
Utils::burn(_key,sizeof(_key));
|
||||
#if ZT_PROTO_VERSION >= 10
|
||||
delete _pathChoiceHist;
|
||||
#endif
|
||||
_pathChoiceHist = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue