Commit 0778d4f9 authored by jselbie's avatar jselbie

removed sleep statements

parent 0ac5177d
......@@ -679,7 +679,6 @@ HRESULT StartUDP(CRefCountedPtr<CStunServer>& spServer, CStunServerConfig& confi
LogHR(LL_ALWAYS, hr);
return hr;
}
sleep(1);
return S_OK;
}
......@@ -704,8 +703,6 @@ HRESULT StartTCP(CRefCountedPtr<CTCPServer>& spTCPServer, CStunServerConfig& con
return hr;
}
sleep(1);
return S_OK;
}
......
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