Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shvos.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shvos.c b/shvos.c
index 0dac126..1563aec 100644
--- a/shvos.c
+++ b/shvos.c
@@ -95,6 +95,10 @@ ShvOsErrorToError (
{
return STATUS_HV_NOT_PRESENT;
}
+ if (Error == SHV_STATUS_SUCCESS)
+ {
+ return STATUS_SUCCESS;
+ }
//
// Unknown/unexpected error