]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Mount should really return from errno test nfs-utils-1-2-6-rc2
authorYang Bai <hamo.by@gmail.com>
Tue, 18 Oct 2011 15:53:11 +0000 (11:53 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 18 Oct 2011 15:53:11 +0000 (11:53 -0400)
commit9da66f8898a69b77121a4f2ae785e9cd29e94e6c
tree80d24cc265ca2633553ccaf0174b4ed95bb8d8c2
parent8f065a26d49eabebc3995b8f6966b15ef7553b3e
mount.nfs: Mount should really return from errno test

We should only try next address family if we meet ECONNREFUSED or
EHOSTUNREACH for v4 or ECONNREFUSED or EOPNOTSUPP or EHOSTUNREACH for v3v2.
Before, only a break in swich can not make the program out of for loop.

Signed-off-by: Yang Bai <hamo.by@gmail.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/stropts.c