Skip to content

Commit f8365de

Browse files
Petre Eftimeatanzu
authored andcommitted
terminate-enclaves: print output as array
Signed-off-by: Petre Eftime <[email protected]>
1 parent 252820c commit f8365de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ pub fn terminate_all_enclaves() -> NitroCliResult<()> {
496496
enclave_process_handle_all_replies::<EnclaveTerminateInfo>(
497497
&mut replies,
498498
failed_connections.len() + err_socket_files,
499-
false,
499+
true,
500500
vec![0, libc::EACCES],
501501
)
502502
.map_err(|e| e.add_subaction("Failed to handle all enclave processes replies".to_string()))

0 commit comments

Comments
 (0)