Remove test code from last commit.

This commit is contained in:
Justin Maggard 2017-11-29 23:52:57 -08:00
parent 782e99873a
commit 2ad098fd69

View File

@ -268,7 +268,7 @@ ParseHttpHeaders(struct upnphttp * h)
p = colon + 1;
while(isspace(*p))
p++;
for(n = 0; n < n_lan_addr+1; n++)
for(n = 0; n < n_lan_addr; n++)
{
for(i = 0; lan_addr[n].str[i]; i++)
{