mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
libxl: remove reference to non-existent out label
Commit e6336442
changed the 'out:' label to 'cleanup' in
libxlDomainAttachNetDevice(), but missed a comment referencing
the 'out:' label. Remove it from the comment since it is no
longer accurate anyhow.
This commit is contained in:
parent
4902231777
commit
33a1a7c6f5
@ -3159,7 +3159,7 @@ libxlDomainAttachNetDevice(libxlDriverPrivatePtr driver,
|
|||||||
/* This is really a "smart hostdev", so it should be attached
|
/* This is really a "smart hostdev", so it should be attached
|
||||||
* as a hostdev (the hostdev code will reach over into the
|
* as a hostdev (the hostdev code will reach over into the
|
||||||
* netdev-specific code as appropriate), then also added to
|
* netdev-specific code as appropriate), then also added to
|
||||||
* the nets list (see out:) if successful.
|
* the nets list if successful.
|
||||||
*/
|
*/
|
||||||
ret = libxlDomainAttachHostDevice(driver, vm, hostdev);
|
ret = libxlDomainAttachHostDevice(driver, vm, hostdev);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
Loading…
Reference in New Issue
Block a user