Blame SOURCES/nfs-utils-1.2.1-exp-subtree-warn-off.patch

fc3648
diff -up nfs-utils-1.3.0/support/nfs/exports.c.orig nfs-utils-1.3.0/support/nfs/exports.c
fc3648
--- nfs-utils-1.3.0/support/nfs/exports.c.orig	2017-04-27 14:09:49.090353525 -0400
fc3648
+++ nfs-utils-1.3.0/support/nfs/exports.c	2017-04-27 14:10:09.083034672 -0400
fc3648
@@ -507,7 +507,7 @@ void fix_pseudoflavor_flags(struct expor
d80804
 static int
d80804
 parseopts(char *cp, struct exportent *ep, int warn, int *had_subtree_opt_ptr)
d80804
 {
d80804
-	int	had_subtree_opt = 0;
d80804
+	int	had_subtree_opt = 1;
d80804
 	char 	*flname = efname?efname:"command line";
d80804
 	int	flline = efp?efp->x_line:0;
d80804
 	unsigned int active = 0;