Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Sep 21, 2024
1 parent 0e58535 commit ffaf398
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/libsinsp_e2e/event_capture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ void event_capture::capture() {
}
if(next_result == SCAP_SUCCESS) {
if(event->get_type() == PPME_SYSCALL_LSEEK_E && event->get_param(0)->as<int64_t>() == -1) {
end_event = true;
if(m_capture_stopped) {
break;
}
continue;
break;
} else {
handle_event(event);
}
Expand Down

0 comments on commit ffaf398

Please sign in to comment.