1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

s/caph_enter_capser/caph_enter_casper/g

Reported by:	npn
This commit is contained in:
Mariusz Zaborski 2018-11-12 18:43:51 +00:00
parent 2607c01b66
commit 509e73d483
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340382

View File

@ -146,7 +146,7 @@ main(int argc, char *argv[])
exit(1);
}
if (caph_enter_capser() < 0) {
if (caph_enter_casper() < 0) {
xo_warn("Unable to enter capability mode");
fileargs_free(fa);
exit(1);