Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/p2p/Notifier.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-05-15 20:57:23 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-15 20:57:23 (GMT)
commitf6d9916b4a7abe2ab197e6e12a8a459464e988d9 (patch)
tree6821ca352f8904ad148e8ee8d30507363819bd25 /sugar/p2p/Notifier.py
parent2fdedc751ef12b76316c8b23d7f28eadd2f8fc61 (diff)
Cleanup the service stuff for the multicast case
Diffstat (limited to 'sugar/p2p/Notifier.py')
-rw-r--r--sugar/p2p/Notifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/p2p/Notifier.py b/sugar/p2p/Notifier.py
index 50d96b4..33222f1 100644
--- a/sugar/p2p/Notifier.py
+++ b/sugar/p2p/Notifier.py
@@ -10,7 +10,7 @@ class Notifier:
service = Service(name, Notifier.TYPE, Notifier.PORT, Notifier.ADDRESS)
service.register(group)
- address = service.get_multicast_group()
+ address = service.get_group_address()
port = service.get_port()
self._client = network.GroupClient(address, port)