mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: we prefer C89 comment styles over C99
Introduced by commit 'a7bc2c8cfd6f'. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
a7bc2c8cfd
commit
cc1329b627
@ -7264,7 +7264,8 @@ qemuDomainPrepareChannel(virDomainChrDefPtr channel,
|
||||
"%s/%s", domainChannelTargetDir,
|
||||
channel->target.name) < 0)
|
||||
return -1;
|
||||
} else { // Generate a unique name
|
||||
} else {
|
||||
/* Generate a unique name */
|
||||
if (virAsprintf(&channel->source->data.nix.path,
|
||||
"%s/vioser-%02d-%02d-%02d.sock",
|
||||
domainChannelTargetDir,
|
||||
|
Loading…
x
Reference in New Issue
Block a user