Unverified Commit f45fb5d4 authored by kladko's avatar kladko

SKALE-3636-sgx-server-anti-dos-protections

parent 12c7c299
...@@ -233,6 +233,6 @@ void initAll(uint32_t _logLevel, bool _checkCert, bool _autoSign) { ...@@ -233,6 +233,6 @@ void initAll(uint32_t _logLevel, bool _checkCert, bool _autoSign) {
exception_ptr p = current_exception(); exception_ptr p = current_exception();
printf("Exception %s \n", p.__cxa_exception_type()->name()); printf("Exception %s \n", p.__cxa_exception_type()->name());
spdlog::error("Unknown exception"); spdlog::error("Unknown exception");
exit(0); exit(-22);
} }
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment