1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Correct a typo that would not be encountered in a default build.

This commit is contained in:
Joe Marcus Clarke 2007-07-08 00:18:50 +00:00
parent 3d1f8f9cdd
commit 7838c26b51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195187

View File

@ -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);