summaryrefslogtreecommitdiffstats
path: root/avahi-core/avahi-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-05-22 21:33:28 +0000
committerLennart Poettering <lennart@poettering.net>2005-05-22 21:33:28 +0000
commit5d67f2aefcdb84d2938fdc522d1f906ca6616e3d (patch)
tree42b1a9f2089b736e21144d0d5bfc537044d9b154 /avahi-core/avahi-test.c
parentda69334ace7a4620e67fbf0a3eed61835d272ae3 (diff)
* fix pkgconfig file
* fix recursive resolving * install header files git-svn-id: file:///home/lennart/svn/public/avahi/trunk@89 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 805453a..1c3dc57 100644
--- a/avahi-core/avahi-test.c
+++ b/avahi-core/avahi-test.c
@@ -206,7 +206,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*30, quit_timeout, loop); */
+ g_timeout_add(1000*30, quit_timeout, loop);
g_main_loop_run(loop);
g_main_loop_unref(loop);