12 lines
447 B
Diff
12 lines
447 B
Diff
|
--- nfs-utils-1.1.0/support/nfs/exports.c.orig 2007-05-10 23:40:57.000000000 -0400
|
||
|
+++ nfs-utils-1.1.0/support/nfs/exports.c 2007-07-16 09:13:40.000000000 -0400
|
||
|
@@ -355,7 +355,7 @@ static int valid_uuid(char *uuid)
|
||
|
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;
|
||
|
|