forked from jbagg/QtZeroConf
Fixed handling of TXT records longer than 127 bytes
This commit is contained in:
@ -161,7 +161,7 @@ void DNSSD_API QZeroConfPrivate::resolverCallback(DNSServiceRef, DNSServiceFlags
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
qint16 recLen;
|
uchar recLen;
|
||||||
while (txtLen > 0) // add txt records
|
while (txtLen > 0) // add txt records
|
||||||
{
|
{
|
||||||
recLen = txtRecord[0];
|
recLen = txtRecord[0];
|
||||||
|
Reference in New Issue
Block a user