mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
be1bdfff57
commit
c7846f8c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ local function analyzeSSDP(ssdp)
|
|||
local services = { }
|
||||
local friendlyName = ""
|
||||
|
||||
if(hresp ~= nil) then
|
||||
if(hresp ~= nil) and (hresp["CONTENT"] ~= nil) then
|
||||
local xml = newParser()
|
||||
local r = xml:ParseXmlText(hresp["CONTENT"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue