mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
WPS: Mark web_connection_parse_get() argument filename const
All the other web_connection_parse_*() functions were already doing this, so make the GET handler consistent as well. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
aeba66b28e
commit
fcb81ba7d6
@ -300,7 +300,8 @@ static void http_put_empty(struct wpabuf *buf, enum http_reply_code code)
|
||||
* would appear to be required (given that we will be closing it!).
|
||||
*/
|
||||
static void web_connection_parse_get(struct upnp_wps_device_sm *sm,
|
||||
struct http_request *hreq, char *filename)
|
||||
struct http_request *hreq,
|
||||
const char *filename)
|
||||
{
|
||||
struct wpabuf *buf; /* output buffer, allocated */
|
||||
char *put_length_here;
|
||||
|
Loading…
Reference in New Issue
Block a user