summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zoneadmd
diff options
context:
space:
mode:
authorPatrick Mooney <patrick.f.mooney@gmail.com>2015-05-04 21:33:11 +0000
committerRobert Mustacchi <rm@joyent.com>2016-06-10 07:13:55 -0700
commitc6596baec58ade84b0609c78e64fc3f89447c7d1 (patch)
treedca8a13db5d17f5d39fbc269db1f6d5eb25c3352 /usr/src/cmd/zoneadmd
parent3d7afa3319dd88bd8a1774d43c1b15bce28b0f80 (diff)
downloadillumos-joyent-c6596baec58ade84b0609c78e64fc3f89447c7d1.tar.gz
7055 libbrand token substitution incomplete for mount entries
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/zoneadmd')
-rw-r--r--usr/src/cmd/zoneadmd/vplat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/zoneadmd/vplat.c b/usr/src/cmd/zoneadmd/vplat.c
index 9d32485fad..4105cae1cc 100644
--- a/usr/src/cmd/zoneadmd/vplat.c
+++ b/usr/src/cmd/zoneadmd/vplat.c
@@ -1734,7 +1734,7 @@ mount_filesystems(zlog_t *zlogp, zone_mnt_t mount_cmd)
cb.pgcd_zlogp = zlogp;
cb.pgcd_fs_tab = &fs_ptr;
cb.pgcd_num_fs = &num_fs;
- if (brand_platform_iter_gmounts(bh, zonepath,
+ if (brand_platform_iter_gmounts(bh, zone_name, zonepath,
plat_gmount_cb, &cb) != 0) {
zerror(zlogp, B_FALSE, "unable to mount filesystems");
brand_close(bh);