diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index c159f41e1..bd7ecc258 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -1413,7 +1413,7 @@ static int singlemount(struct mntent *mp, int ignore_busy) | |||
1413 | 1413 | ||
1414 | // insert ip=... option into string flags. | 1414 | // insert ip=... option into string flags. |
1415 | 1415 | ||
1416 | dotted = xmalloc_sockaddr2dotted_noport(&lsa->sa, lsa->len); | 1416 | dotted = xmalloc_sockaddr2dotted_noport(&lsa->sa); |
1417 | ip = xasprintf("ip=%s", dotted); | 1417 | ip = xasprintf("ip=%s", dotted); |
1418 | parse_mount_options(ip, &filteropts); | 1418 | parse_mount_options(ip, &filteropts); |
1419 | 1419 | ||