e074f85a67
Signed-off-by: Steve Dickson <steved@redhat.com>
13 lines
569 B
Diff
13 lines
569 B
Diff
diff -up nfs-utils-1.2.8/support/nfs/exports.c.orig nfs-utils-1.2.8/support/nfs/exports.c
|
|
--- nfs-utils-1.2.8/support/nfs/exports.c.orig 2013-09-18 15:34:18.655550000 -0400
|
|
+++ nfs-utils-1.2.8/support/nfs/exports.c 2013-09-18 15:35:01.173808000 -0400
|
|
@@ -505,7 +505,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;
|