aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNardi Ivan <nardi.ivan@gmail.com>2024-02-12 17:10:45 +0100
committerNardi Ivan <nardi.ivan@gmail.com>2024-02-12 17:10:45 +0100
commit0d36d9c8c2d02a8d2e93f5419925140674bbeead (patch)
tree75140bddaf64c357d52e15f37912782932887a0f
parent4072cb8862507ef091c7b3e15abd67a90902379d (diff)
Remove spurious call to `exit()`
-rw-r--r--example/ndpiReader.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index 0e0b32291..1812aa9d5 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -5780,8 +5780,6 @@ void loadStressTest() {
ndpi_finalize_initialization(ndpi_struct_shadow);
ndpi_exit_detection_module(ndpi_struct_shadow);
}
-
- exit(0);
}
/* *********************************************** */