feat(Core/Authserver): TOTP rewrite (#5620)
This commit is contained in:
parent
681c3237df
commit
26f2abaaa9
61 changed files with 6049 additions and 211 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include "Database/DatabaseEnv.h"
|
||||
#include "Log.h"
|
||||
#include "Master.h"
|
||||
#include "SharedDefines.h"
|
||||
#include <ace/Version.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/opensslv.h>
|
||||
|
|
@ -56,6 +57,8 @@ void usage(const char* prog)
|
|||
/// Launch the Trinity server
|
||||
extern int main(int argc, char** argv)
|
||||
{
|
||||
acore::Impl::CurrentServerProcessHolder::_type = SERVER_PROCESS_WORLDSERVER;
|
||||
|
||||
///- Command line parsing to get the configuration file name
|
||||
std::string configFile = sConfigMgr->GetConfigPath() + std::string(_ACORE_CORE_CONFIG);
|
||||
int c = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue