winws: optimize network list search

This commit is contained in:
bol-van 2024-07-13 19:06:16 +03:00
parent 1b65220878
commit 5ff3172991

View File

@ -1114,7 +1114,6 @@ static bool nlm_filter_match(const struct str_list_head *nlm_list)
{
INetwork* pNet;
GUID idNet,g;
bool bIsGuid;
BSTR bstrName;
char Name[128];
struct str_list *nlm;