summaryrefslogtreecommitdiff
path: root/lib/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh.c')
-rw-r--r--lib/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh.c b/lib/ssh.c
index c5197c267..96d9367b1 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -1801,7 +1801,7 @@ static CURLcode ssh_easy_statemach(struct connectdata *conn)
struct ssh_conn *sshc = &conn->proto.sshc;
CURLcode result = CURLE_OK;
- while (sshc->state != SSH_STOP) {
+ while(sshc->state != SSH_STOP) {
result = ssh_statemach_act(conn);
if(result) {
break;