aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index deedd17da..62fd41fd7 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1856,8 +1856,8 @@ static int singlemount(struct mntent *mp, int ignore_busy)
1856 len, share, 1856 len, share,
1857 share + len + 1 /* "dir1/dir2" */ 1857 share + len + 1 /* "dir1/dir2" */
1858 ); 1858 );
1859 parse_mount_options(unc, &filteropts); 1859 parse_mount_options(unc, &filteropts);
1860 if (ENABLE_FEATURE_CLEAN_UP) free(unc); 1860 if (ENABLE_FEATURE_CLEAN_UP) free(unc);
1861 } 1861 }
1862 1862
1863 lsa = host2sockaddr(hostname, 0); 1863 lsa = host2sockaddr(hostname, 0);