mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 07:36:12 +01:00
also search for root\\tap0901 ComponentId for tap adapter
This commit is contained in:
parent
70e03572b2
commit
4df5260c05
@ -188,6 +188,7 @@ static HANDLE OpenTapHandle()
|
||||
(
|
||||
!strncmp(regData, "tap0801", sizeof(regData)) ||
|
||||
!strncmp(regData, "tap0901", sizeof(regData)) ||
|
||||
!strncmp(regData, "root\\tap0901", sizeof(regData)) ||
|
||||
!strncmp(regData, "TEAMVIEWERVPN", sizeof(regData))
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user