Remove incorrect MutexAutoLock
authorsfan5 <sfan5@live.de>
Thu, 19 Sep 2019 14:39:57 +0000 (16:39 +0200)
committersfan5 <sfan5@live.de>
Thu, 19 Sep 2019 14:46:41 +0000 (16:46 +0200)
commit5c9983400fb085167bf11f8a0483b8e8f6dd8a24
treeee0906d91993e542fa8e18e37dd5a4bd3836e141
parent0b5c5499ec4be6d1d4349478d89edb793d36ec66
Remove incorrect MutexAutoLock

The line declared a variable "m_con" instead of locking m_con.
getClient() doesn't need this anyway, so remove it.
src/network/serverpackethandler.cpp