mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:53:32 +03:00
security.c: Fix typo (PSBZ -> PBSZ)
This commit is contained in:
parent
1e2056fecb
commit
05b72a6af2
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ int Curl_sec_set_protection_level(struct connectdata *conn)
|
|||
return 0;
|
||||
|
||||
if(level) {
|
||||
code = ftp_send_command(conn, "PSBZ %u", buffer_size);
|
||||
code = ftp_send_command(conn, "PBSZ %u", buffer_size);
|
||||
if(code < 0)
|
||||
return -1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue