hgext/zeroconf/__init__.py
changeset 7088 58b7b5ef6cd0
parent 7087 62c71741ae7d
child 7216 292fb2ad2846
--- a/hgext/zeroconf/__init__.py	Sun Oct 12 15:21:08 2008 -0500
+++ b/hgext/zeroconf/__init__.py	Sun Oct 12 15:21:08 2008 -0500
@@ -65,6 +65,7 @@
     # advertise to Mercurial clients
     svc = Zeroconf.ServiceInfo('_hg._tcp.local.',
                                name + '._hg._tcp.local.',
+                               server = host,
                                port = port,
                                properties = {'description': desc,
                                              'path': "/" + path},