summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/server.c')
-rw-r--r--avahi-core/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-core/server.c b/avahi-core/server.c
index 017605e..4aa48a8 100644
--- a/avahi-core/server.c
+++ b/avahi-core/server.c
@@ -1538,6 +1538,7 @@ AvahiServerConfig* avahi_server_config_init(AvahiServerConfig *c) {
c->disallow_other_stacks = 0;
c->browse_domains = NULL;
c->disable_publishing = 0;
+ c->allow_point_to_point = 0;
return c;
}