Commit cecfe972 authored by unknown's avatar unknown

Fix im tests on powermacg5: temporarily fix for problem with Darwin kernels. For more details see

bug 2030. Will push a proper fix later


server-tools/instance-manager/manager.cc:
  Fix im tests on powermacg5: temporarily fix for problem with Darwin kernels.
parent df46fd01
......@@ -231,6 +231,10 @@ void manager(const Options &options)
}
#ifndef __WIN__
#ifdef IGNORE_SIGHUP_SIGQUIT
if ( SIGHUP == signo )
continue;
#endif
if (THR_SERVER_ALARM == signo)
process_alarm(signo);
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment