We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252820c commit f8365deCopy full SHA for f8365de
src/lib.rs
@@ -496,7 +496,7 @@ pub fn terminate_all_enclaves() -> NitroCliResult<()> {
496
enclave_process_handle_all_replies::<EnclaveTerminateInfo>(
497
&mut replies,
498
failed_connections.len() + err_socket_files,
499
- false,
+ true,
500
vec![0, libc::EACCES],
501
)
502
.map_err(|e| e.add_subaction("Failed to handle all enclave processes replies".to_string()))
0 commit comments