Change 'shortforward' to bool.

This commit is contained in:
Ján Tomko 2013-09-05 11:27:36 +02:00
parent 437b7944a8
commit 90e2d8d028

View File

@ -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)) {