mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
maint: update to latest gnulib
The usual portability fixes; and this includes a fix that adds
a new syntax check for double semicolons (commit 28de556 fixed
some, but gnulib found a better check).
* .gnulib: Update to latest.
* src/xenconfig/xen_common.c (xenFormatConfigCommon): Fix offender.
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
2
.gnulib
2
.gnulib
Submodule .gnulib updated: 2d280742a9...9565c3be73
@@ -2034,7 +2034,7 @@ xenFormatConfigCommon(virConfPtr conf,
|
||||
return -1;
|
||||
|
||||
if (xenFormatCPUFeatures(conf, def, xendConfigVersion) < 0)
|
||||
return -1;;
|
||||
return -1;
|
||||
|
||||
if (xenFormatCDROM(conf, def, xendConfigVersion) < 0)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user