wrong mutex being used ...

This commit is contained in:
Benjamin Sergeant 2019-09-24 14:10:41 -07:00
parent 94c589f696
commit d3cee46e93

View File

@ -868,7 +868,7 @@ namespace ix
} }
{ {
std::lock_guard<std::mutex> lock(_socketMutex); std::lock_guard<std::mutex> lock(_txbufMutex);
_txbuf.reserve(wireSize); _txbuf.reserve(wireSize);
} }