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:
parent
3d1f8f9cdd
commit
7838c26b51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195187
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user