]> git.ipfire.org Git - thirdparty/git.git/commit
trace2: fix incorrect function pointer check
authorJosh Steadmon <steadmon@google.com>
Thu, 25 Apr 2019 17:08:53 +0000 (10:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Apr 2019 02:44:00 +0000 (11:44 +0900)
commit22a7338318e3709b578d5c041af0afaf95b8fe21
tree1bd5348496d59aa1fc477889d9dc08b4bb362982
parenta446f2dcc8db1e64bb9152de1126ee06bc723304
trace2: fix incorrect function pointer check

Fix trace2_data_json_fl() to check for the presence of pfn_data_json_fl
in its targets, rather than pfn_data_fl, which is not actually called.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace2.c