mirror of https://github.com/wolfSSL/wolfssh.git
Remove void cast on non-existent variable in single threaded mode
parent
3b2ea810c0
commit
051764972b
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue