1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Fix finding subnet

This commit is contained in:
albfan 2016-10-01 12:25:32 +02:00
parent 142ba08987
commit cd23da3c74

View file

@ -509,7 +509,7 @@ static int supplicant_group_new(struct supplicant *s,
j = shl_dlist_entry(i, j = shl_dlist_entry(i,
struct supplicant_group, struct supplicant_group,
list); list);
if (j->subnet == j->subnet) if (j->subnet == subnet)
break; break;
} }