From: Sven M. Hallberg Date: Tue, 19 Aug 2014 13:30:16 +0000 (+0200) Subject: forgot to pull the publish_no_reverse change to the example. X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=9c0f9c65093cfa53d45f9b68782321eb8063a032;hp=841e8bf945bae1fab577544f40261abc4acfdd65 forgot to pull the publish_no_reverse change to the example. --- diff --git a/examples/core-publish-service.c b/examples/core-publish-service.c index a78a464..8029eb8 100644 --- a/examples/core-publish-service.c +++ b/examples/core-publish-service.c @@ -210,6 +210,7 @@ int main(AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char*argv[]) { avahi_server_config_init(&config); config.host_name = avahi_strdup("gurkiman"); config.publish_workstation = 0; + config.publish_no_reverse = 1; /* Allocate a new server */ server = avahi_server_new(avahi_simple_poll_get(simple_poll), &config, server_callback, NULL, &error);