aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 3e2ba1fab..6a154e2b2 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1195,7 +1195,7 @@ static NOINLINE int nfsmount(struct mntent *mp, long vfsflags, char *filteropts)
1195 noac = 0; 1195 noac = 0;
1196 nordirplus = 0; 1196 nordirplus = 0;
1197 retry = 10000; /* 10000 minutes ~ 1 week */ 1197 retry = 10000; /* 10000 minutes ~ 1 week */
1198 tcp = 0; 1198 tcp = 1; /* nfs-utils uses tcp per default */
1199 1199
1200 mountprog = MOUNTPROG; 1200 mountprog = MOUNTPROG;
1201 mountvers = 0; 1201 mountvers = 0;