mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix compilation of statstest.c during make check
This commit is contained in:
parent
94538e14e2
commit
a34e193fb7
@ -17,7 +17,7 @@ static void testQuietError(void *userData ATTRIBUTE_UNUSED,
|
|||||||
|
|
||||||
static int testDevice(const char *path, int expect)
|
static int testDevice(const char *path, int expect)
|
||||||
{
|
{
|
||||||
int actual = xenLinuxDomainDeviceID(NULL, 1, path);
|
int actual = xenLinuxDomainDeviceID(1, path);
|
||||||
|
|
||||||
if (actual == expect) {
|
if (actual == expect) {
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user