X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fexportfs%2Fexportfs.c;h=05ace88959d221f25f80784b7adba03749ad8203;hp=60f130e6f802bf1781a87d6bddfa99c0b3d05b41;hb=refs%2Ftags%2Fnfs-utils-1-1-0-pre2;hpb=77c32fa565d6af59cbeb8601e08efa9af6ef3d81 diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c index 60f130e..05ace88 100644 --- a/utils/exportfs/exportfs.c +++ b/utils/exportfs/exportfs.c @@ -333,8 +333,10 @@ dump(int verbose) c = dumpopt(c, "async"); if (ep->e_flags & NFSEXP_GATHERED_WRITES) c = dumpopt(c, "wdelay"); - if (ep->e_flags & NFSEXP_CROSSMNT) + if (ep->e_flags & NFSEXP_NOHIDE) c = dumpopt(c, "nohide"); + if (ep->e_flags & NFSEXP_CROSSMNT) + c = dumpopt(c, "crossmnt"); if (ep->e_flags & NFSEXP_INSECURE_PORT) c = dumpopt(c, "insecure"); if (ep->e_flags & NFSEXP_ROOTSQUASH)