diff options
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) |