Skip to content

Commit

Permalink
libcap_dns compatibility is broken on 12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
markjdb committed Oct 7, 2019
1 parent 995edff commit 39cec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netdumpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ init_cap_mode(void)
goto err;
}
limits = nvlist_create(0);
#if __FreeBSD_version < 1300000
#if __FreeBSD_version < 1201000
nvlist_add_string(limits, "type", "NAME");
#else
nvlist_add_string(limits, "type", "ADDR2NAME");
Expand Down

0 comments on commit 39cec55

Please sign in to comment.