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/vpnserver/vpnserver.c')
-rw-r--r--src/vpnserver/vpnserver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpnserver/vpnserver.c b/src/vpnserver/vpnserver.c
index cd46bba0..9a86d102 100644
--- a/src/vpnserver/vpnserver.c
+++ b/src/vpnserver/vpnserver.c
@@ -155,6 +155,8 @@ void StopProcess()
// WinMain function
int main(int argc, char *argv[])
{
+ InitProcessCallOnce();
+
VgUseStaticLink();
#ifdef OS_WIN32