diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 00:18:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 00:18:50 +0000 |
commit | 7838c26b51409af574ffd2640bcce3c89468125c (patch) | |
tree | 40fa992f1d40aaae1308a1d8f131823008ea3312 /net/avahi | |
parent | 3d1f8f9cddc6109d8bc56654fdcbda245f941488 (diff) |
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.c | 2 |
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); |