From: Jouni Malinen Date: Sat, 12 Dec 2009 14:48:18 +0000 (+0200) Subject: WPS: Remove an obsolete comment about UPnP actions and callbacks X-Git-Tag: hostap_0_7_1~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed74dcd5127ebadbe60ebed1dfabeddc16278ebc;p=thirdparty%2Fhostap.git WPS: Remove an obsolete comment about UPnP actions and callbacks --- diff --git a/src/wps/wps_upnp_web.c b/src/wps/wps_upnp_web.c index dcfd20882..5da3456d4 100644 --- a/src/wps/wps_upnp_web.c +++ b/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))