summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-10-07 04:45:54 +0000
committerneilbrown <neilbrown>2005-10-07 04:45:54 +0000
commit3ab68bab215d41355e2933d07acc8f06a88515f8 (patch)
tree9d0ae74814879cce0c6b56e1ebf414fb6e282a33 /ChangeLog
parentf73e7b9f69835d483cee95e6a20b6307b9d16b77 (diff)
Small nfs-utils patch from Olaf Kirch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df3ae49..b67dbdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-10-07 Olaf Kirch <okir@suse.de>
+ * utils/mountd/mountd.c(get_exportlist): Without this patch,
+ showmount -e would sometimes display host names that should really
+ have been subsumed under a wildcard entry.
+
+ The problem was that the code in get_exportlist would always
+ skip the next group entry after removing one FQDN.
+
2005-10-06 Steve Dickson <SteveD@redhat.com> NeilBrown <neilb@suse.de>
* support/nfs/export.c: don't warn about sync/async for readonly
exports