mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
Change 'shortforward' to bool.
This commit is contained in:
parent
437b7944a8
commit
90e2d8d028
@ -2552,7 +2552,7 @@ virNetworkDefFormatInternal(virBufferPtr buf,
|
||||
unsigned char *uuid;
|
||||
char uuidstr[VIR_UUID_STRING_BUFLEN];
|
||||
size_t i;
|
||||
int shortforward;
|
||||
bool shortforward;
|
||||
|
||||
virBufferAddLit(buf, "<network");
|
||||
if (!(flags & VIR_NETWORK_XML_INACTIVE) && (def->connections > 0)) {
|
||||
|
Loading…
Reference in New Issue
Block a user