diff options
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2398,7 +2398,7 @@ static CURLcode ftp_statemach_act(struct connectdata *conn) state(conn, FTP_AUTH); } else { - ftp_state_user(conn); + result = ftp_state_user(conn); if(result) return result; } |