mirror of
https://github.com/curl/curl.git
synced 2026-08-06 12:26:14 +03:00
David McCreedy found a missing return code assignment
This commit is contained in:
parent
3f22901a43
commit
7206181385
1 changed files with 1 additions and 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue