fix for clang scan-build warning of variable not used

pull/807/head
JacobBarthelmeh 2025-06-13 13:57:49 -06:00
parent eba992dbb8
commit f039af8141
1 changed files with 1 additions and 1 deletions

View File

@ -1491,7 +1491,7 @@ static int NonBlockSSH_accept(WOLFSSH* ssh)
}
}
else {
error = WS_FATAL_ERROR;
ret = WS_FATAL_ERROR;
break;
}
}