diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2024-02-12 17:10:45 +0100 |
---|---|---|
committer | Nardi Ivan <nardi.ivan@gmail.com> | 2024-02-12 17:10:45 +0100 |
commit | 0d36d9c8c2d02a8d2e93f5419925140674bbeead (patch) | |
tree | 75140bddaf64c357d52e15f37912782932887a0f /example/ndpiReader.c | |
parent | 4072cb8862507ef091c7b3e15abd67a90902379d (diff) |
Remove spurious call to `exit()`
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
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); } /* *********************************************** */ |