Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/VLanWin32.c')
-rw-r--r--src/Cedar/VLanWin32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Cedar/VLanWin32.c b/src/Cedar/VLanWin32.c
index d723ab99..81c5fac1 100644
--- a/src/Cedar/VLanWin32.c
+++ b/src/Cedar/VLanWin32.c
@@ -1269,6 +1269,8 @@ PACKET_ADAPTER *VLanGetPacketAdapter()
return NULL;
}
+ pa->Id = PACKET_ADAPTER_ID_VLAN_WIN32;
+
return pa;
}