mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Fix for scan-build "Value stored to 'err' is never read`"
This commit is contained in:
@@ -749,7 +749,7 @@ static void ClientRead(WOLFSSL* ssl, char* reply, int replyLen, int mustRead)
|
||||
elapsed = current_time(0) - start;
|
||||
if (elapsed > MAX_NON_BLOCK_SEC) {
|
||||
printf("Nonblocking read timeout\n");
|
||||
err = WOLFSSL_FATAL_ERROR;
|
||||
ret = WOLFSSL_FATAL_ERROR;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user