aboutsummaryrefslogtreecommitdiffstats
path: root/main/fprobe-ulog/fprobe-nflog.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/fprobe-ulog/fprobe-nflog.patch')
-rw-r--r--main/fprobe-ulog/fprobe-nflog.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fprobe-ulog/fprobe-nflog.patch b/main/fprobe-ulog/fprobe-nflog.patch
index 8b66a23433..6e1e76e988 100644
--- a/main/fprobe-ulog/fprobe-nflog.patch
+++ b/main/fprobe-ulog/fprobe-nflog.patch
@@ -475,8 +475,8 @@ diff -ru fprobe-ulog-1.2.orig/src/fprobe-ulog.c fprobe-ulog-1.2/src/fprobe-ulog.
+
+void *cap_thread()
+{
-+ while (nfnl_catch(nflog_nfnlh(nflog_handle)) != NFNL_CB_STOP)
-+ ;
++ while (!killed)
++ nfnl_catch(nflog_nfnlh(nflog_handle));
+
return 0;
}