Unverified Commit 216690cf authored by kladko's avatar kladko

SKALE-3274-restart-enclave

parent f23440af
...@@ -124,7 +124,7 @@ spdlog::error(__FUNCTION__); \ ...@@ -124,7 +124,7 @@ spdlog::error(__FUNCTION__); \
spdlog::error("Restarting sgx on status errStatus... {} {}", status, errStatus); \ spdlog::error("Restarting sgx on status errStatus... {} {}", status, errStatus); \
reinitEnclave(); \ reinitEnclave(); \
} \ } \
} while ((status != SGX_SUCCESS || errStatus != 0) && __ATTEMPTS__ < 2); } while ((status != SGX_SUCCESS || errStatus == 3) && __ATTEMPTS__ < 2);
......
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