You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
569 B
12 lines
569 B
diff -up nfs-utils-1.3.0/support/nfs/exports.c.orig nfs-utils-1.3.0/support/nfs/exports.c |
|
--- nfs-utils-1.3.0/support/nfs/exports.c.orig 2017-04-27 14:09:49.090353525 -0400 |
|
+++ nfs-utils-1.3.0/support/nfs/exports.c 2017-04-27 14:10:09.083034672 -0400 |
|
@@ -507,7 +507,7 @@ void fix_pseudoflavor_flags(struct expor |
|
static int |
|
parseopts(char *cp, struct exportent *ep, int warn, int *had_subtree_opt_ptr) |
|
{ |
|
- int had_subtree_opt = 0; |
|
+ int had_subtree_opt = 1; |
|
char *flname = efname?efname:"command line"; |
|
int flline = efp?efp->x_line:0; |
|
unsigned int active = 0;
|
|
|