Skip to content

Commit

Permalink
trrrrivial
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jul 26, 2024
1 parent 9d04799 commit 42d4400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/windows/secure_channel_tls_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ static int s_process_read_message(
}

aws_channel_shutdown(slot->channel, aws_last_error());
return err;
return AWS_OP_ERR;
}

static int s_process_write_message(
Expand Down

0 comments on commit 42d4400

Please sign in to comment.