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:
parent
2607c01b66
commit
509e73d483
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340382
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user