mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Remove ProxySocket's sent_bufsize field.
I just spotted that it was set once and never read.
This commit is contained in:
parent
0aa8cf7b0d
commit
a742abae27
1
proxy.c
1
proxy.c
@ -238,7 +238,6 @@ static void plug_proxy_sent (Plug *p, int bufsize)
|
||||
ProxySocket *ps = container_of(p, ProxySocket, plugimpl);
|
||||
|
||||
if (ps->state != PROXY_STATE_ACTIVE) {
|
||||
ps->sent_bufsize = bufsize;
|
||||
ps->negotiate(ps, PROXY_CHANGE_SENT);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user