mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-25 13:50:09 +03:00
Small cleanup on previous patch
As pointed by Eric Blake
This commit is contained in:
@ -83,7 +83,7 @@ int virNetDevOpenvswitchAddPort(const char *brname, const char *ifname,
|
||||
if (virtVlan && virtVlan->nTags > 0) {
|
||||
|
||||
/* Trunk port first */
|
||||
if (virtVlan->trunk == true) {
|
||||
if (virtVlan->trunk) {
|
||||
virBufferAddLit(&buf, "trunk=");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user