diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-05-28 18:59:28 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-05-28 18:59:28 +0000 |
| commit | 8f716f89cf2360edd483e98dc494908bca06ea96 (patch) | |
| tree | cd5df297c2b3f1cddd01f2d5082d36615819d737 /usr.sbin/mountd | |
| parent | f99da8e0d891e8937f14dc315014203a06c4e1b1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mountd')
| -rw-r--r-- | usr.sbin/mountd/mountd.c | 2 |
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); |
