mirror of https://github.com/wolfSSL/wolfssh.git
fix for clang scan-build warning of variable not used
parent
eba992dbb8
commit
f039af8141
|
@ -1491,7 +1491,7 @@ static int NonBlockSSH_accept(WOLFSSH* ssh)
|
|||
}
|
||||
}
|
||||
else {
|
||||
error = WS_FATAL_ERROR;
|
||||
ret = WS_FATAL_ERROR;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue