aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-08 00:18:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-08 00:18:50 +0000
commit7838c26b51409af574ffd2640bcce3c89468125c (patch)
tree40fa992f1d40aaae1308a1d8f131823008ea3312 /net/avahi
parent3d1f8f9cddc6109d8bc56654fdcbda245f941488 (diff)
downloadports-7838c26b51409af574ffd2640bcce3c89468125c.tar.gz
ports-7838c26b51409af574ffd2640bcce3c89468125c.zip
Correct a typo that would not be encountered in a default build.
Notes
Notes: svn path=/head/; revision=195187
Diffstat (limited to 'net/avahi')
-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);