Show More
@@ -1647,7 +1647,7 b' class Zeroconf(object):' | |||||
1647 | and record.alias == info.name |
|
1647 | and record.alias == info.name | |
1648 | ): |
|
1648 | ): | |
1649 | if info.name.find(b'.') < 0: |
|
1649 | if info.name.find(b'.') < 0: | |
1650 |
info.name = b"% |
|
1650 | info.name = b"%s.[%s:%d].%s" % ( | |
1651 | info.name, |
|
1651 | info.name, | |
1652 | info.address, |
|
1652 | info.address, | |
1653 | info.port, |
|
1653 | info.port, |
General Comments 0
You need to be logged in to leave comments.
Login now