Skip to content

Commit

Permalink
terminate-enclaves: print output as array
Browse files Browse the repository at this point in the history
Signed-off-by: Petre Eftime <epetre@amazon.com>
  • Loading branch information
Petre Eftime authored and clupuishere committed Jan 23, 2024
1 parent 9289e3a commit 4565893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ pub fn terminate_all_enclaves() -> NitroCliResult<()> {
enclave_process_handle_all_replies::<EnclaveTerminateInfo>(
&mut replies,
failed_connections.len() + err_socket_files,
false,
true,
vec![0, libc::EACCES],
)
.map_err(|e| e.add_subaction("Failed to handle all enclave processes replies".to_string()))
Expand Down

0 comments on commit 4565893

Please sign in to comment.