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:
authorionescu007 <aionescu+git@gmail.com>2016-08-30 00:25:06 +0300
committerionescu007 <aionescu+git@gmail.com>2016-08-30 00:25:06 +0300
commit00b06d061bd8c60e99e1b4f52c95e918ef2181b9 (patch)
tree779c08f084e0914103c7f250ad43ed657c6f731a
parentc246a1affa2cfb42722dd2869cdd742a5eb2a574 (diff)
Fix bug not correctly translating success back.
-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