Commit 88b6b791 authored by bol-van's avatar bol-van
Browse files

nfqws: add missing ssid_filter list init

parent 48185174
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -219,6 +219,9 @@ void dp_init(struct desync_profile *dp)
	LIST_INIT(&dp->ips_collection_exclude);
	LIST_INIT(&dp->pf_tcp);
	LIST_INIT(&dp->pf_udp);
#ifdef HAS_FILTER_SSID
	LIST_INIT(&dp->filter_ssid);
#endif

	memcpy(dp->hostspell, "host", 4); // default hostspell
	dp->desync_skip_nosni = true;