aboutsummaryrefslogtreecommitdiff
path: root/PastDSEDriver
diff options
context:
space:
mode:
authorsegfault <toni@impl.cc>2020-05-22 20:13:01 +0200
committersegfault <toni@impl.cc>2020-08-09 06:25:26 -0700
commit4500f4aa74508a138434ceb36936ebd908dd266b (patch)
treef4e5df5d749a646e3694d6d0581691072e421cb0 /PastDSEDriver
parentba9748134437b0929974b9bcc9f3a1f7c334d2d6 (diff)
removed that ridiculous return statement if OS version does not match
Diffstat (limited to 'PastDSEDriver')
-rw-r--r--PastDSEDriver/Utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/PastDSEDriver/Utils.c b/PastDSEDriver/Utils.c
index 866e606..1e8ca97 100644
--- a/PastDSEDriver/Utils.c
+++ b/PastDSEDriver/Utils.c
@@ -44,7 +44,6 @@ NTSTATUS CheckVersion(void)
{
/* TODO: Verify on other builds */
KDBG("WARNING: ONLY Windows 10.0.17134 (1803/RS4) supported at the moment!\n");
- return STATUS_ACCESS_DENIED;
}
}