Handle CURLE_LOGIN_DENIED in strerror.c.

For ftp only?
This commit is contained in:
Gisle Vanem
2005-02-09 13:59:40 +00:00
parent 16ae0c6466
commit 64dd9c7656
2 changed files with 4 additions and 1 deletions

View File

@@ -2216,7 +2216,7 @@ static CURLcode ftp_state_user_resp(struct connectdata *conn,
state(conn, FTP_ACCT);
}
else {
failf(data, "ACCT requested by none available");
failf(data, "ACCT requested but none available");
result = CURLE_LOGIN_DENIED;
}
}