Merge pull request #181 from kaleb-himes/GH-9-meta-wolfssl-issue

Remove void cast on non-existent variable in single threaded mode
pull/182/head
JacobBarthelmeh 2019-07-08 09:34:51 -06:00 committed by GitHub
commit f07b134f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -719,7 +719,6 @@ THREAD_RETURN WOLFSSH_THREAD server_test(void* args)
ThreadJoin(thread);
#else
server_worker(threadCtx);
(void)thread;
#endif /* SINGLE_THREADED */
} while (multipleConnections);