diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index d7c31dfb4ea1..e67415064a78 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -645,6 +645,7 @@ get_exportlist() case MOUNT_MFS: case MOUNT_UFS: case MOUNT_CD9660: + case MOUNT_MSDOS: targs.ua.fspec = NULL; targs.ua.export.ex_flags = MNT_DELEXPORT; if (mount(fsp->f_type, fsp->f_mntonname, diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index d7c31dfb4ea1..e67415064a78 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -645,6 +645,7 @@ get_exportlist() case MOUNT_MFS: case MOUNT_UFS: case MOUNT_CD9660: + case MOUNT_MSDOS: targs.ua.fspec = NULL; targs.ua.export.ex_flags = MNT_DELEXPORT; if (mount(fsp->f_type, fsp->f_mntonname,