Fixed an err() format error in rev.1.1. This should have been fatal

since WARNS was high in rev.1.1, but __printf0like() has been temporarily
disabled for 9 months.
This commit is contained in:
Bruce Evans 2003-04-17 22:39:32 +00:00
parent 69297bf8c9
commit 87d88cec87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113640

View File

@ -59,7 +59,7 @@ main(void)
free(sxp);
goto retry;
}
err(1, "sysctlbyname(): security.jail.list", NULL);
err(1, "sysctlbyname(): security.jail.list");
}
if (len < sizeof(*xp) || len % sizeof(*xp) ||
xp->pr_version != XPRISON_VERSION)