summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/dbus-test.py')
-rwxr-xr-xavahi-daemon/dbus-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-daemon/dbus-test.py b/avahi-daemon/dbus-test.py
index cd708c0..c75faf3 100755
--- a/avahi-daemon/dbus-test.py
+++ b/avahi-daemon/dbus-test.py
@@ -34,7 +34,7 @@ def entry_group_state_changed_callback(t):
g.connect_to_signal('StateChanged', entry_group_state_changed_callback)
-g.AddService(0, 0, "_http._tcp", "foo", "", "", dbus.UInt16(4712), ["fuck=hallo", "gurke=mega"])
+g.AddService(0, 0, "Test Web Site", "_http._tcp", "", "", dbus.UInt16(4712), ["fuck=hallo", "gurke=mega"])
g.AddAddress(0, 0, "foo.local", "47.11.8.15")
g.Commit()