* Handle an empty DeviceID from Zyxel media player SOAP request.
This commit is contained in:
parent
ef70eada7d
commit
6064099fb0
@ -134,6 +134,8 @@ IsAuthorizedValidated(struct upnphttp * h, const char * action)
|
|||||||
|
|
||||||
ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
|
ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
|
||||||
id = GetValueFromNameValueList(&data, "DeviceID");
|
id = GetValueFromNameValueList(&data, "DeviceID");
|
||||||
|
if (!id)
|
||||||
|
id = strstr(h->req_buf + h->req_contentoff, "<DeviceID>");
|
||||||
if(id)
|
if(id)
|
||||||
{
|
{
|
||||||
bodylen = snprintf(body, sizeof(body), resp,
|
bodylen = snprintf(body, sizeof(body), resp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user