]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - nfs-utils/patches/nfs-utils-1.2.1-exp-subtree-warn-off.patch
libnftnl: Update to 1.0.6
[people/amarx/ipfire-3.x.git] / nfs-utils / patches / nfs-utils-1.2.1-exp-subtree-warn-off.patch
CommitLineData
61166a61
MT
1diff -up nfs-utils-1.2.1/support/nfs/exports.c.orig nfs-utils-1.2.1/support/nfs/exports.c
2--- nfs-utils-1.2.1/support/nfs/exports.c.orig 2010-01-15 10:48:49.631894982 -0500
3+++ nfs-utils-1.2.1/support/nfs/exports.c 2010-01-15 11:05:02.009874055 -0500
4@@ -483,7 +483,7 @@ static void fix_pseudoflavor_flags(struc
5 static int
6 parseopts(char *cp, struct exportent *ep, int warn, int *had_subtree_opt_ptr)
7 {
8- int had_subtree_opt = 0;
9+ int had_subtree_opt = 1;
10 char *flname = efname?efname:"command line";
11 int flline = efp?efp->x_line:0;
12 unsigned int active = 0;