diff options
Diffstat (limited to 'support/nfs')
-rw-r--r-- | support/nfs/exports.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/nfs/exports.c b/support/nfs/exports.c index 0aea6f1..d992747 100644 --- a/support/nfs/exports.c +++ b/support/nfs/exports.c @@ -197,7 +197,6 @@ static const struct secinfo_flag_displaymap { const char *set; const char *unset; } secinfo_flag_displaymap[] = { - { NFSEXP_READONLY, "ro", "rw" }, { NFSEXP_INSECURE_PORT, "insecure", "secure" }, { NFSEXP_ROOTSQUASH, "root_squash", "no_root_squash" }, { NFSEXP_ALLSQUASH, "all_squash", "no_all_squash" }, |