mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
WPS: Remove an obsolete comment about UPnP actions and callbacks
This commit is contained in:
parent
5e9c730a2b
commit
ed74dcd512
@ -764,11 +764,6 @@ static void web_connection_parse_post(struct upnp_wps_device_sm *sm,
|
|||||||
if (action == NULL)
|
if (action == NULL)
|
||||||
goto bad;
|
goto bad;
|
||||||
|
|
||||||
/*
|
|
||||||
* There are quite a few possible actions. Although we appear to
|
|
||||||
* support them all here, not all of them are necessarily supported by
|
|
||||||
* callbacks at higher levels.
|
|
||||||
*/
|
|
||||||
if (!os_strncasecmp("GetDeviceInfo", action, action_len))
|
if (!os_strncasecmp("GetDeviceInfo", action, action_len))
|
||||||
ret = web_process_get_device_info(sm, &reply, &replyname);
|
ret = web_process_get_device_info(sm, &reply, &replyname);
|
||||||
else if (!os_strncasecmp("PutMessage", action, action_len))
|
else if (!os_strncasecmp("PutMessage", action, action_len))
|
||||||
|
Loading…
Reference in New Issue
Block a user