]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
WPS: Remove an obsolete comment about UPnP actions and callbacks
authorJouni Malinen <j@w1.fi>
Sat, 12 Dec 2009 14:48:18 +0000 (16:48 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Dec 2009 14:48:18 +0000 (16:48 +0200)
src/wps/wps_upnp_web.c

index dcfd208829d51b9ffca54dc36186cc52f0d6a288..5da3456d480cda44c4277edd78a06826a3e41fe7 100644 (file)
@@ -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))