Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 committed Jul 2, 2024
1 parent 996ae25 commit a743554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/events/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ where
{
let broker_things = |mut broker: TcpEventBroker<S::Input, MT>, _remote_broker_addr| {
if let Some(exit_cleanly_after) = self.exit_cleanly_after {
broker.set_exit_after(exit_cleanly_after);
broker.set_exit_cleanly_after(exit_cleanly_after);
}

broker.broker_loop()
Expand Down

0 comments on commit a743554

Please sign in to comment.