aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2006-05-28 18:59:28 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2006-05-28 18:59:28 +0000
commit8f716f89cf2360edd483e98dc494908bca06ea96 (patch)
treecd5df297c2b3f1cddd01f2d5082d36615819d737 /usr.sbin/mountd
parentf99da8e0d891e8937f14dc315014203a06c4e1b1 (diff)
Notes
Diffstat (limited to 'usr.sbin/mountd')
-rw-r--r--usr.sbin/mountd/mountd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
index b44a1fcc88fe..350e888859cd 100644
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -1032,7 +1032,7 @@ get_exportlist()
}
if (nmount(iov, iovlen, fsp->f_flags) < 0 &&
- errno != ENOENT) {
+ errno != ENOENT && errno != ENOTSUP) {
syslog(LOG_ERR,
"can't delete exports for %s: %m %s",
fsp->f_mntonname, errmsg);