mirror of https://github.com/wolfSSL/wolfssh.git
removed a dead assign from the echoserver
parent
2346585c99
commit
1cc53ef330
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue