summaryrefslogtreecommitdiffstats
path: root/avahi-core/conformance-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/conformance-test.c')
-rw-r--r--avahi-core/conformance-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/conformance-test.c b/avahi-core/conformance-test.c
index b786e85..fab9b56 100644
--- a/avahi-core/conformance-test.c
+++ b/avahi-core/conformance-test.c
@@ -109,7 +109,7 @@ int main(int argc, char *argv[]) {
avahi_set_allocator(avahi_glib_allocator());
- glib_poll = avahi_glib_poll_new(NULL);
+ glib_poll = avahi_glib_poll_new(NULL, G_PRIORITY_DEFAULT);
avahi = avahi_server_new(avahi_glib_poll_get(glib_poll), NULL, server_callback, NULL, &error);