mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Small cleanup on previous patch
As pointed by Eric Blake
This commit is contained in:
parent
5e465df6be
commit
3219cc3292
@ -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=");
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user