From d285186e11b59d11eb9aa447c21ecdf8639e075c Mon Sep 17 00:00:00 2001 From: Morlok8k Date: Sun, 18 Oct 2015 00:39:00 -0700 Subject: Logic for publishing was swapped. disable checkbox was enabling & vice-versa. --- config/avahi/avahi.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/avahi/avahi.inc') diff --git a/config/avahi/avahi.inc b/config/avahi/avahi.inc index ba89676f..04f3b343 100644 --- a/config/avahi/avahi.inc +++ b/config/avahi/avahi.inc @@ -82,8 +82,8 @@ function avahi_write_config() { // Wide Area $widearea = ($avahi_config['enable_wide_area']) ? "yes" : "no"; // Publishing Options - $publish = ($avahi_config['disable_publishing']) ? "no" : "yes"; - $userpublish = ($avahi_config['disable_user_service_publishing']) ? "no" : "yes"; + $publish = ($avahi_config['disable_publishing']) ? "yes" : "no"; + $userpublish = ($avahi_config['disable_user_service_publishing']) ? "yes" : "no"; $addresspublish = ($avahi_config['publish_addresses']) ? "yes" : "no"; $cookie = ($avahi_config['add_service_cookie']) ? "yes" : "no"; $hinfopublish = ($avahi_config['publish_hinfo']) ? "yes" : "no"; -- cgit v1.2.3