From 3094278cd11c3c18d5426210e09e3c903a7a41a3 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Mon, 14 Jul 2003 22:19:34 +0000 Subject: [PATCH] *** empty log message *** --- utils/exportfs/exportfs.c | 4 ++-- 1 file 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) -- 2.39.2