mirror of https://gitee.com/openkylin/libvirt.git
qemu: fix comment in qemuSecurityChownCallback
s/chmod/chown/ Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
8ba65c4d95
commit
e7730d196b
|
@ -287,7 +287,7 @@ qemuSecurityChownCallback(const virStorageSource *src,
|
|||
return rv;
|
||||
|
||||
if (virStorageSourceIsLocalStorage(src)) {
|
||||
/* use direct chmod for local files so that the file doesn't
|
||||
/* use direct chown for local files so that the file doesn't
|
||||
* need to be initialized */
|
||||
if (!src->path)
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue