summaryrefslogtreecommitdiffstats
path: root/examples/publish-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/publish-service.c')
-rw-r--r--examples/publish-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/publish-service.c b/examples/publish-service.c
index c9d0141..7c9879c 100644
--- a/examples/publish-service.c
+++ b/examples/publish-service.c
@@ -129,6 +129,7 @@ int main(int argc, char*argv[]) {
/* Let's set the host name for this server. */
avahi_server_config_init(&config);
config.host_name = g_strdup("gurkiman");
+ config.publish_workstation = FALSE;
/* Allocate a new server */
server = avahi_server_new(NULL, &config, server_callback, NULL);