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:
parent
142ba08987
commit
cd23da3c74
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ static int supplicant_group_new(struct supplicant *s,
|
|||
j = shl_dlist_entry(i,
|
||||
struct supplicant_group,
|
||||
list);
|
||||
if (j->subnet == j->subnet)
|
||||
if (j->subnet == subnet)
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue