Skip to content

Commit 6baf318

Browse files
soft failure on high water check fail
1 parent 5c5fef3 commit 6baf318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10034,7 +10034,7 @@ int DoReceive(WOLFSSH* ssh)
1003410034
if (ret != WS_SUCCESS) {
1003510035
WLOG(WS_LOG_DEBUG, "PR: HighwaterCheck fail");
1003610036
ssh->error = ret;
10037-
return WS_FATAL_ERROR;
10037+
ret = WS_FATAL_ERROR;
1003810038
}
1003910039
}
1004010040
break;

0 commit comments

Comments
 (0)