summaryrefslogtreecommitdiff
path: root/monitor/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/control.c')
-rw-r--r--monitor/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/control.c b/monitor/control.c
index bf0ee0220..f637a9633 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -825,7 +825,7 @@ void control_reader(const char *path)
uint32_t type;
struct timeval tv;
- btsnoop_file = btsnoop_open(path);
+ btsnoop_file = btsnoop_open(path, BTSNOOP_FLAG_PKLG_SUPPORT);
if (!btsnoop_file)
return;