From 7b431bed513db3318811698029304d81e5831ab3 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Sun, 22 Jul 2018 22:35:58 +0100 Subject: cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258) This allows threads to be restarted after stopping. Fixes #4257 --- src/ChunkSender.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ChunkSender.h') diff --git a/src/ChunkSender.h b/src/ChunkSender.h index a17dfcab2..c5702d7b3 100644 --- a/src/ChunkSender.h +++ b/src/ChunkSender.h @@ -67,8 +67,6 @@ public: }; - bool Start(); - void Stop(void); /** Queues a chunk to be sent to a specific client */ -- cgit v1.2.3