mirror of https://gitee.com/openkylin/libvirt.git
domain_conf.c:fix a typo
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
parent
e4b26c75c9
commit
dcbf7b13c3
|
@ -25447,7 +25447,7 @@ virDomainDiskDefCheckDuplicateInfo(const virDomainDiskDef *a,
|
|||
}
|
||||
|
||||
/* Duplicate WWN/serial isn't usually problematic for the OS and
|
||||
* forbiding it would possibly inhibit using multipath configurations */
|
||||
* forbidding it would possibly inhibit using multipath configurations */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue