소스 검색

Make sure RELEASE version detaches from tty

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1105 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 19 년 전
부모
커밋
30d3eae80b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exec/main.c

+ 1 - 1
exec/main.c

@@ -554,7 +554,7 @@ int main (int argc, char **argv)
 		gid_valid,
 		&this_non_loopback_ip);
 
-//	aisexec_tty_detach ();
+	aisexec_tty_detach ();
 
 	log_printf (LOG_LEVEL_NOTICE, "AIS Executive Service: started and ready to provide service.\n");