summaryrefslogtreecommitdiffstats
path: root/avahi-core/conformance-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-05-19 21:49:28 +0000
committerLennart Poettering <lennart@poettering.net>2005-05-19 21:49:28 +0000
commit40cd1f60e9d84610401db992003a3b282de5fcae (patch)
tree89efee83decd4f4f47560991af97d270b15bd835 /avahi-core/conformance-test.c
parent42c5fff2020d36e23c8720bc02a87aa12a592dd6 (diff)
add a new structure for configuration AvahiServerConfig
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@76 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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 001bff1..74c3833 100644
--- a/avahi-core/conformance-test.c
+++ b/avahi-core/conformance-test.c
@@ -91,7 +91,7 @@ static void entry_group_callback(AvahiServer *s, AvahiEntryGroup *g, AvahiEntryG
int main(int argc, char *argv[]) {
GMainLoop *loop = NULL;
- avahi = avahi_server_new(NULL);
+ avahi = avahi_server_new(NULL, NULL);
create_service("gurke");
avahi_server_dump(avahi, stdout);