]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Mark web_connection_parse_get() argument filename const
authorJouni Malinen <j@w1.fi>
Sat, 3 Oct 2015 13:26:10 +0000 (16:26 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 3 Oct 2015 13:26:10 +0000 (16:26 +0300)
commitfcb81ba7d615e51fb155534a83c59933f9df591c
tree1d69ea87abb14882b779ffc0413047a1d5388956
parentaeba66b28e8d93cec6cb7848617c3c191240fb0f
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>
src/wps/wps_upnp_web.c