about summary refs log tree commit diff
path: root/extrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'extrace.c')
-rw-r--r--extrace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/extrace.c b/extrace.c
index 38f92c7..bbf68b4 100644
--- a/extrace.c
+++ b/extrace.c
@@ -587,6 +587,9 @@ usage:
 		    (struct sockaddr *)&from_nla, &from_nla_len);
 		if (from_nla.nl_pid != 0 || recv_len < 1)
 			continue;
+
+		if (cproc->what == PROC_EVENT_NONE)
+			continue;
 	
 		if (last_seq[cproc->cpu] &&
 		    cmsg->seq != last_seq[cproc->cpu] + 1)