Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion so/dkapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ int dkapture::fs_watch(const char *path, DKCallback cb, void *ctx)
char *arg1 = (char *)"-p";
char *arg2 = (char *)path;
char *args[] = {arg0, arg1, arg2, 0};
return trace_file_init(3, args, cb, ctx);
return mountsnoop_init(3, args, cb, ctx);
}
}

Expand Down