mirror of
https://github.com/amnezia-vpn/win-split-tunnel.git
synced 2026-05-17 08:16:00 +03:00
Use the correct pointer in call to FwpsApplyModifiedLayerData0()
This commit is contained in:
@@ -266,7 +266,7 @@ Cleanup_data:
|
||||
// This is the correct logic according to documentation.
|
||||
//
|
||||
|
||||
FwpsApplyModifiedLayerData0(classifyHandle, (PVOID*)&bindRequest, 0);
|
||||
FwpsApplyModifiedLayerData0(classifyHandle, bindRequest, 0);
|
||||
|
||||
Cleanup_handle:
|
||||
|
||||
@@ -662,7 +662,7 @@ RewriteConnection
|
||||
|
||||
Cleanup_data:
|
||||
|
||||
FwpsApplyModifiedLayerData0(classifyHandle, (PVOID*)&connectRequest, 0);
|
||||
FwpsApplyModifiedLayerData0(classifyHandle, connectRequest, 0);
|
||||
|
||||
Cleanup_handle:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user