Skip to content

Commit 3c10020

Browse files
committed
payloads: Remove explicit drop of channel transmitter
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent ee11275 commit 3c10020

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

keylime-agent/src/payloads.rs

-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ echo hello > test-output
572572

573573
let result = payload_tx.send(PayloadMessage::Shutdown).await;
574574
assert!(result.is_ok());
575-
drop(payload_tx);
576575

577576
arbiter.join();
578577
}

0 commit comments

Comments
 (0)