aboutsummaryrefslogtreecommitdiffstats
path: root/api/registry.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-05-11 17:27:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-05-11 17:50:58 +0200
commitf85bf3beb0625c9c6ebf5be3bbbe8c42bb4e618a (patch)
treeb14ab4dbc8489ec3917ad404ad0ffbaf15667e62 /api/registry.c
parentversion: bump (diff)
downloadwintun-f85bf3beb0625c9c6ebf5be3bbbe8c42bb4e618a.tar.xz
wintun-f85bf3beb0625c9c6ebf5be3bbbe8c42bb4e618a.zip
api: check netsetup2 key when trying to determine if GUID is duplicatedjd/netsetup2-guid-compare
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/registry.c')
-rw-r--r--api/registry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/registry.c b/api/registry.c
index 7cb7cf2..6020bd1 100644
--- a/api/registry.c
+++ b/api/registry.c
@@ -237,6 +237,7 @@ _Return_type_success_(
return NULL;
switch (ValueType)
{
+ case 0xffff0012:
case REG_SZ:
case REG_EXPAND_SZ:
case REG_MULTI_SZ: