Use standard locals in storage and connection

This commit is contained in:
notmatthewbeshay
2026-03-11 07:32:55 +11:00
parent e5d5fb07be
commit ee7945ea54
2 changed files with 3 additions and 3 deletions

View File

@@ -606,7 +606,7 @@ int Connection::runWrite(void* lpParam)
// 4J Stu - Adding this to force us to run through the writeTick at least once after the event is fired
// Otherwise there is a race between the calling thread setting the running flag and this loop checking the condition
DWORD waitResult = WAIT_TIMEOUT;
unsigned int waitResult = WAIT_TIMEOUT;
while ((con->running || waitResult == 0 ) && ShutdownManager::ShouldRun(ShutdownManager::eConnectionWriteThreads))
{