removed a dead assign from the echoserver

pull/215/head
John Safranek 2019-10-28 16:43:19 -07:00
parent 2346585c99
commit 1cc53ef330
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ static int sftp_worker(thread_ctx_t* threadCtx) {
wolfSSH_ChannelNext(threadCtx->ssh, NULL);
if (channel && wolfSSH_ChannelGetEof(channel)) {
ret = 0;
error = 0;
break;
}
}