From: Sapan Bhatia Date: Tue, 31 Mar 2009 16:30:40 +0000 (+0000) Subject: Fixed another bug X-Git-Tag: 0.9-0~11 X-Git-Url: http://git.onelab.eu/?p=vsys-scripts.git;a=commitdiff_plain;h=fce6e0e9fe4058117f603b7198192b66f1a4889d Fixed another bug --- diff --git a/fd_fusemount.c b/fd_fusemount.c index 73ed928..87af24a 100644 --- a/fd_fusemount.c +++ b/fd_fusemount.c @@ -112,7 +112,7 @@ int main(int argc, char *argv[]) { check_target(target); check_fstype(filesystemtype); - sprintf(slice_target,"/vservers/%s/%s", target); + sprintf(slice_target,"/vservers/%s/%s", slice_name, target); if (!mount(source, slice_target, filesystemtype, mountflags, data)) { send_fd(control_channel_fd, mount_fd);