From: Ján Tomko Date: Thu, 5 Sep 2013 09:27:36 +0000 (+0200) Subject: Change 'shortforward' to bool. X-Git-Tag: CVE-2013-4311~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90e2d8d02805aca11415f70d5b4cffe73579d889;p=thirdparty%2Flibvirt.git Change 'shortforward' to bool. --- diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c index d54f2aa7ea..654919ecb5 100644 --- a/src/conf/network_conf.c +++ b/src/conf/network_conf.c @@ -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, "connections > 0)) {