diff options
-rw-r--r-- | init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index 5c0e5b81..433f6e70 100644 --- a/init/init.c +++ b/init/init.c @@ -1392,6 +1392,7 @@ S_startup_essential_task (mach_port_t server, struct ess_task *et; mach_port_t prev; static int authinit, procinit, execinit; + int fail; if (credential != host_priv) return EPERM; |