Author: Isomer <perry@coders.net>
[ircu2.10.12-pk.git] / ircd / s_bsd.c
index e1606c2ae655e3f6ee098cb65fad3aefa49e3e6c..0fe5702ef05902a649bcceefe20506aa92bd7ab4 100644 (file)
@@ -575,7 +575,7 @@ void init_sys(void)
     close(2);
 
   if (((bootopt & BOOT_CONSOLE) || isatty(0)) &&
-      !(bootopt & (BOOT_INETD | BOOT_OPER)))
+      !(bootopt & BOOT_INETD))
   {
     if (fork())
       exit(0);