aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mount.c')
-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 7ae1981c8..807e89747 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1729,7 +1729,7 @@ static int nfsmount(struct mntent *mp, long vfsflags, char *filteropts)
end = strchr(mp->mnt_fsname, ':');
*end = '\0';
- lsa = xdotted2sockaddr(mp->mnt_fsname, /*port:*/ 0);
+ lsa = xhost2sockaddr(mp->mnt_fsname, /*port:*/ 0);
*end = ':';
dotted = xmalloc_sockaddr2dotted_noport(&lsa->u.sa);
if (ENABLE_FEATURE_CLEAN_UP) free(lsa);