security.c: Fix typo (PSBZ -> PBSZ)
This commit is contained in:
parent
1e2056fecb
commit
05b72a6af2
@ -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…
Reference in New Issue
Block a user