Skip to content

Commit c00e150

Browse files
committed
Fix pfring_close
1 parent 79be199 commit c00e150

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
-1.26 KB
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.3 KB
Binary file not shown.

userland/lib/pfring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ void pfring_close(pfring *ring) {
396396

397397
pfring_sync_indexes_with_kernel(ring);
398398

399-
if (getenv("PF_RING_RUNTIME_MANAGER") != NULL)
400399
#ifdef HAVE_DL_REDIS
400+
if (getenv("PF_RING_RUNTIME_MANAGER") != NULL)
401401
pfring_stop_runtime_manager(ring);
402402
#endif
403403

0 commit comments

Comments
 (0)