зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1233813 - Fix mDNS bug in resolving services with no TXT records. r=schien
This commit is contained in:
Родитель
36efb552d7
Коммит
9cc5a540ac
|
@ -196,7 +196,7 @@ NS_IMETHODIMP
|
|||
nsDNSServiceInfo::SetAttributes(nsIPropertyBag2* aAttributes)
|
||||
{
|
||||
mAttributes = aAttributes;
|
||||
mIsAttributesSet = true;
|
||||
mIsAttributesSet = aAttributes ? true : false;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче