diff options
-rw-r--r-- | lib/ssh.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -932,6 +932,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block) infof(data, "Could not create agent object\n"); state(conn, SSH_AUTH_KEY_INIT); + break; } } |