mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
WPS: Clean up indentation level (CID 68109)
The implementation here was doing what it was supposed to, but the code was indented in a way that made it quite confusing in the context of a single line if statement body. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
0e87e798b5
commit
c02f35fb59
@ -413,8 +413,8 @@ static void httpread_read_handler(int sd, void *eloop_ctx, void *sock_ctx)
|
||||
*/
|
||||
if (httpread_debug >= 10)
|
||||
wpa_printf(MSG_DEBUG, "httpread ok eof(%p)", h);
|
||||
h->got_body = 1;
|
||||
goto got_file;
|
||||
h->got_body = 1;
|
||||
goto got_file;
|
||||
}
|
||||
rbp = readbuf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user