summaryrefslogtreecommitdiffstats
path: root/src/helpers/ssdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/ssdp.c')
-rw-r--r--src/helpers/ssdp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helpers/ssdp.c b/src/helpers/ssdp.c
index 0c6f563..527892c 100644
--- a/src/helpers/ssdp.c
+++ b/src/helpers/ssdp.c
@@ -256,7 +256,6 @@ static int find_hdr(const char *name, const uint8_t *data, int data_len,
data += i+2;
}
- data_len -= name_len;
data += name_len;
if (pos)
*pos = data;