]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Change 'shortforward' to bool.
authorJán Tomko <jtomko@redhat.com>
Thu, 5 Sep 2013 09:27:36 +0000 (11:27 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 5 Sep 2013 11:46:29 +0000 (13:46 +0200)
src/conf/network_conf.c

index d54f2aa7ea1d5d8f0d14fa53debda3699e59ca50..654919ecb5aa090c0c394e607963e994316ae10f 100644 (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)) {