1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00

Removing unrelated changes as per review

This commit is contained in:
Evengard 2020-02-06 10:52:34 +03:00
parent 60e85afd1f
commit fa9e9d15a5
3 changed files with 0 additions and 8 deletions

View File

@ -3319,6 +3319,3 @@ char *MsChapV2DoBruteForce(IPC_MSCHAP_V2_AUTHINFO *d, LIST *password_list)
return NULL; return NULL;
} }

View File

@ -382,11 +382,7 @@ void InitMayaqua(bool memcheck, bool debug, int argc, char **argv)
InitProcessCallOnce(); InitProcessCallOnce();
g_memcheck = memcheck; g_memcheck = memcheck;
#ifdef DEBUG
g_debug = true;
#else
g_debug = debug; g_debug = debug;
#endif
cmdline = NULL; cmdline = NULL;
if (dot_net_mode == false) if (dot_net_mode == false)
{ {

View File

@ -30,7 +30,6 @@
#include "resource.h" #include "resource.h"
#include <atlbase.h> #include <atlbase.h>
#include <atlcom.h> #include <atlcom.h>
#pragma comment(lib, "atlthunk.lib")
using namespace ATL; using namespace ATL;