diff --git a/lib/krb5.c b/lib/krb5.c index 4a9d40e9f..fe07d5267 100644 --- a/lib/krb5.c +++ b/lib/krb5.c @@ -748,7 +748,7 @@ static int sec_set_protection_level(struct Curl_easy *data) if(level) { char *pbsz; - static unsigned int buffer_size = 1 << 20; /* 1048576 */ + unsigned int buffer_size = 1 << 20; /* 1048576 */ code = ftp_send_command(data, "PBSZ %u", buffer_size); if(code < 0)