Date: Mon, 26 Oct 2009 14:57:33 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c Message-ID: <200910261457.n9QEvl4S015825@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2009-10-26 14:57:33 UTC
FreeBSD src repository
Modified files:
sbin/mount_nfs mount_nfs.c
Log:
SVN rev 198491 on 2009-10-26 14:57:33Z by jh
Fix parsing of mount options specified with -o in case an option with
value is preceded by an option without value (for example -o
option1,option2=value). Options must be separated before searching for
'='. Also compare pnextopt explicitly against NULL.
PR: bin/134069
Approved by: trasz (mentor)
Revision Changes Path
1.90 +5 -5 src/sbin/mount_nfs/mount_nfs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910261457.n9QEvl4S015825>
