This commit is contained in:
Love Hornquist Astrand
2009-07-16 22:56:59 -07:00
parent d0aadb9a0d
commit 5d152d70eb

View File

@@ -62,7 +62,7 @@ switch_environment(void)
errx(1, "no running as root, can't switch user/chroot");
if (chroot_string && chroot(chroot_string) != 0)
errx(1, "chroot(%s)", "chroot_string failed");
errx(1, "chroot(%s)", "chroot_string failed");
if (runas_string) {
struct passwd *pw;