diff options
author | neilbrown <neilbrown> | 2003-07-14 22:19:34 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2003-07-14 22:19:34 +0000 |
commit | 3094278cd11c3c18d5426210e09e3c903a7a41a3 (patch) | |
tree | dbc6a57e0ea19b3a06308de5b671918855a99ecb /utils/exportfs/exportfs.c | |
parent | 317522198e1493fe0f1b10614ff2f3a582a9aaff (diff) | |
download | nfs-utils-3094278cd11c3c18d5426210e09e3c903a7a41a3.tar.gz nfs-utils-3094278cd11c3c18d5426210e09e3c903a7a41a3.tar.xz nfs-utils-3094278cd11c3c18d5426210e09e3c903a7a41a3.zip |
*** empty log message ***
Diffstat (limited to 'utils/exportfs/exportfs.c')
-rw-r--r-- | utils/exportfs/exportfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c index 5196564..fe0f6ba 100644 --- a/utils/exportfs/exportfs.c +++ b/utils/exportfs/exportfs.c @@ -91,7 +91,7 @@ main(int argc, char **argv) fprintf(stderr, "exportfs: -r and -u are incompatible.\n"); return 1; } - if (optind == argc && ! f_all) + if (optind == argc && ! f_all) { if (force_flush) { cache_flush(1); } else { @@ -99,7 +99,7 @@ main(int argc, char **argv) dump(f_verbose); return 0; } - + } new_cache = check_new_cache(); if (f_export && ! f_ignore) |