Commit abdbc36c authored by Vicent Marti's avatar Vicent Marti

bpf.lua: Sanity check

parent afd43036
......@@ -253,7 +253,7 @@ function Bpf:_kprobe_array()
n = n + 1
end
assert(n == kprobe_count, "wtf")
assert(n == kprobe_count)
return readers, n
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment