]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Configuration file parser ignoring options
authorSteve Dickson <steved@redhat.com>
Wed, 20 Jan 2010 20:05:46 +0000 (15:05 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 20 Jan 2010 20:05:46 +0000 (15:05 -0500)
commitd63f9e0ccb836d592593a9816ccc00a51c903328
tree4714cc7dcc3cf36897b373d68e3b2b0cdcc302cb
parent8e710e90bcf937d500445082800503f374560399
mount.nfs: Configuration file parser ignoring options

When the protocol version is set on the command line,
none of the variables set in the configuration file
are passed down to the kernel due to a bug in the
parsing routine.

Tested-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/configfile.c