mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 10:25:16 +00:00
Fix typo in lxc_controller
s/Mouting/Mounting. Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
This commit is contained in:
parent
df92bab4a8
commit
d60299c3ec
@ -877,7 +877,7 @@ lxcControllerRun(virDomainDefPtr def,
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
VIR_DEBUG("Mouting 'devpts' on %s", devpts);
|
VIR_DEBUG("Mounting 'devpts' on %s", devpts);
|
||||||
if (mount("devpts", devpts, "devpts", 0,
|
if (mount("devpts", devpts, "devpts", 0,
|
||||||
"newinstance,ptmxmode=0666,mode=0620,gid=5") < 0) {
|
"newinstance,ptmxmode=0666,mode=0620,gid=5") < 0) {
|
||||||
virReportSystemError(errno,
|
virReportSystemError(errno,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user