From: neilbrown Date: Mon, 14 Jul 2003 22:19:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: nfs-utils-1-0-5~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=3094278cd11c3c18d5426210e09e3c903a7a41a3 *** empty log message *** --- 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)