summaryrefslogtreecommitdiffstats
path: root/avahi-core/avahi-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-03 16:11:07 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-03 16:11:07 +0000
commit8d361c07a55685f6eee5209b30f46c392549ba42 (patch)
treeb200dc9c877f77e90edb9580d6c55d898eebfcbb /avahi-core/avahi-test.c
parent4ff0807c04fcc239de52a793bceb88e7f3408f3f (diff)
* add support for _workstation._tcp
* really fix #3455 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@93 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/avahi-test.c')
-rw-r--r--avahi-core/avahi-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/avahi-test.c b/avahi-core/avahi-test.c
index 48db6d7..269b64c 100644
--- a/avahi-core/avahi-test.c
+++ b/avahi-core/avahi-test.c
@@ -205,7 +205,7 @@ int main(int argc, char *argv[]) {
loop = g_main_loop_new(NULL, FALSE);
-/* g_timeout_add(1000*5, dump_timeout, server); */
+ g_timeout_add(1000*5, dump_timeout, server);
g_timeout_add(1000*30, quit_timeout, loop);
g_main_loop_run(loop);