summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b44a1fc..350e888 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);
OpenPOWER on IntegriCloud