]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gendispatch: Add proper XML header to ACL permissions XML file
authorPeter Krempa <pkrempa@redhat.com>
Mon, 20 Feb 2023 08:42:58 +0000 (09:42 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 20 Feb 2023 17:26:51 +0000 (18:26 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/rpc/gendispatch.pl

index c5f5c85811de8b0c386315fa957739d0d2108146..4a50ac27e01fd043720ce1c6f64fb3f69d401682 100755 (executable)
@@ -454,6 +454,7 @@ if ($mode eq "aclsym") {
 __EOF__
 } elsif ($mode eq "aclapi") {
     print <<__EOF__;
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   -  Automatically generated from $protocol by gendispatch.pl.
   -  Do not edit this file.  Any changes you make will be lost.