Index: tty.cc =================================================================== RCS file: /cvs/src/src/winsup/cygwin/tty.cc,v retrieving revision 1.36 diff -u -r1.36 tty.cc --- tty.cc 3 Jul 2002 03:20:50 -0000 1.36 +++ tty.cc 3 Jul 2002 14:16:32 -0000 @@ -399,7 +399,7 @@ /* FIXME: we shold NOT set the security wide open when the daemon is running */ - if (wincap.has_security () && cygserver_running==CYGSERVER_OK && + if (wincap.has_security () && cygserver_running!=CYGSERVER_OK && (SetKernelObjectSecurity (hMainProc, DACL_SECURITY_INFORMATION, get_null_sd ()) == FALSE)) system_printf ("Can't set process security, %E");