mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Removing unrelated changes as per review
This commit is contained in:
parent
60e85afd1f
commit
fa9e9d15a5
@ -3319,6 +3319,3 @@ char *MsChapV2DoBruteForce(IPC_MSCHAP_V2_AUTHINFO *d, LIST *password_list)
|
|||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user