X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmount%2Fstropts.c;h=0aa9a7586dbe6eadf877450e715844907a9aa945;hb=78ee5f378f295e7bff24a7be41b9361f406d4f8b;hp=e09aa7c3b470e5322e5b5ebf3115f73eeed947fd;hpb=bf66c9facb8e4798c79e1286e3da2dcafeed83fb;p=nfs-utils.git diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index e09aa7c..0aa9a75 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -665,6 +665,7 @@ static int nfs_try_mount_v3v2(struct nfsmount_info *mi) case ECONNREFUSED: case EOPNOTSUPP: case EHOSTUNREACH: + case ETIMEDOUT: continue; default: goto out; @@ -752,6 +753,7 @@ static int nfs_try_mount_v4(struct nfsmount_info *mi) switch (errno) { case ECONNREFUSED: case EHOSTUNREACH: + case ETIMEDOUT: continue; default: goto out;