Commit 2bfb1052 authored by jselbie's avatar jselbie

mac fix

parent 8503bead
......@@ -53,13 +53,14 @@ void CTCPStunThread::Reset()
_fListenSocketsOnEpoll = false;
_tsaListen = {};
TransportAddressSet emptyTSA = {};
_tsaListen = emptyTSA;
_fNeedToExit = false;
_spAuth.ReleaseAndClear();
_role = RolePP;
_tsa = {};
_tsa = emptyTSA;
_maxConnections = c_MaxNumberOfConnectionsDefault;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment