12 Apr
2023
12 Apr
'23
12:56 p.m.
https://bugs.winehq.org/show_bug.cgi?id=54819 --- Comment #2 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- (In reply to Hans Leidekker from comment #1)
Created attachment 74318 [details] patch
Does this patch help?
+ for (ptr = rec; ptr; ptr = ptr->pNext) { if (rec->wType == DNS_TYPE_A) count++; }; + for (ptr = rec6; ptr; ptr = ptr->pNext) { if (rec->wType == DNS_TYPE_AAAA) count++; }; ptr->wType?
for (ptr = rec6; ptr; ptr = ptr->pNext) { + if (rec->wType != DNS_TYPE_AAAA) continue;
Same here. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.