mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
ping: fix a string in an error message
MFC after: 3 days
This commit is contained in:
parent
2085ab1d5f
commit
301bc9f959
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352226
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user