aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-07-08 08:18:50 +0800
committermarcus <marcus@FreeBSD.org>2007-07-08 08:18:50 +0800
commit69808c44f26e578f93de6066c52aff93c56da33c (patch)
tree72a51a5cf08baeb96646964742f04a2c63ae8eba
parentbf9ebf6d487f1621d1a923c690a4fb626a6cf2c2 (diff)
downloadfreebsd-ports-gnome-69808c44f26e578f93de6066c52aff93c56da33c.tar.gz
freebsd-ports-gnome-69808c44f26e578f93de6066c52aff93c56da33c.tar.zst
freebsd-ports-gnome-69808c44f26e578f93de6066c52aff93c56da33c.zip
Correct a typo that would not be encountered in a default build.
-rw-r--r--net/avahi/files/patch-avahi-daemon_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/avahi/files/patch-avahi-daemon_main.c b/net/avahi/files/patch-avahi-daemon_main.c
index cbd918e0ad71..f0e59c6885dd 100644
--- a/net/avahi/files/patch-avahi-daemon_main.c
+++ b/net/avahi/files/patch-avahi-daemon_main.c
@@ -31,7 +31,7 @@
+ int c = 0;
+
+#ifdef ENABLE_CHROOT
-+ c = config.use_chrott;
++ c = config.use_chroot;
+#endif
+
+ add_kqueue_watch(c ? "/" : AVAHI_CONFIG_DIR);