diff --git a/lib/ssh.c b/lib/ssh.c index 80906d814da946f29ba4f1d13abb79e26931d525..f1e026e9a9b75549ee22e628bdf5a275c0f8375f 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -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; } }