diff options
Diffstat (limited to 'executor/test_linux.h')
| -rw-r--r-- | executor/test_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/test_linux.h b/executor/test_linux.h index f5630edbf..4c080769f 100644 --- a/executor/test_linux.h +++ b/executor/test_linux.h @@ -101,7 +101,7 @@ static int test_one(int text_type, const char* text, int text_size, int flags, u static int test_kvm() { - int res; + int res = 0; unsigned ver = host_kernel_version(); printf("host kernel version %u\n", ver); |
