diff options
Diffstat (limited to 'lib/vssh/wolfssh.c')
-rw-r--r-- | lib/vssh/wolfssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vssh/wolfssh.c b/lib/vssh/wolfssh.c index 7696545a0..556eda0cb 100644 --- a/lib/vssh/wolfssh.c +++ b/lib/vssh/wolfssh.c @@ -816,7 +816,7 @@ static CURLcode wssh_statemach_act(struct Curl_easy *data, wssh_state(data, sshc, SSH_STOP); break; } - Curl_xfer_setup_recv(data, FIRSTSOCKET, data->req.size, FALSE); + Curl_xfer_setup_recv(data, FIRSTSOCKET, data->req.size); /* not set by Curl_xfer_setup to preserve keepon bits */ conn->send_idx = 0; |