s/caph_enter_with_casper/caph_enter_casper/

Reported by:	npn
This commit is contained in:
Mariusz Zaborski 2018-11-12 18:34:55 +00:00
parent c71292ea35
commit 8e4febf012
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340380

View File

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