mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
WPS HTTP: Remove unused assignment
bbp is not used in the code path that skips trailers. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ee4fefc015
commit
5f693cb1b6
@ -617,7 +617,6 @@ static void httpread_read_handler(int sd, void *eloop_ctx, void *sock_ctx)
|
||||
* We do NOT support trailers except to skip them --
|
||||
* this is supported (generally) by the http spec.
|
||||
*/
|
||||
bbp = h->body + h->body_nbytes;
|
||||
for (;;) {
|
||||
int c;
|
||||
if (nread <= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user