Browse Source

WPS: Remove an obsolete comment about UPnP actions and callbacks

Jouni Malinen 15 years ago
parent
commit
ed74dcd512
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/wps/wps_upnp_web.c

+ 0 - 5
src/wps/wps_upnp_web.c

@@ -764,11 +764,6 @@ static void web_connection_parse_post(struct upnp_wps_device_sm *sm,
 	if (action == NULL)
 		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))
 		ret = web_process_get_device_info(sm, &reply, &replyname);
 	else if (!os_strncasecmp("PutMessage", action, action_len))