]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/exportfs/exportfs.c
*** empty log message ***
[nfs-utils.git] / utils / exportfs / exportfs.c
index 51965645203c77c886d01f4a7348eff362438ccf..fe0f6bac5e188d302ec2b40bc2e862ed8dc855df 100644 (file)
@@ -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)