ping: fix a string in an error message

MFC after:	3 days
This commit is contained in:
Alan Somers 2019-09-11 18:08:40 +00:00
parent 2085ab1d5f
commit 301bc9f959
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352226

View File

@ -719,7 +719,7 @@ main(int argc, char *const *argv)
*/
caph_cache_catpages();
if (caph_enter_casper() < 0)
err(1, "cap_enter");
err(1, "caph_enter_casper");
cap_rights_init(&rights, CAP_RECV, CAP_EVENT, CAP_SETSOCKOPT);
if (caph_rights_limit(srecv, &rights) < 0)