mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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…
x
Reference in New Issue
Block a user