update it

This commit is contained in:
Sukchan Lee 2017-02-26 21:44:56 +09:00
parent afcddbd798
commit 7b1ba246df
1 changed files with 0 additions and 17 deletions

17
main.c
View File

@ -60,24 +60,7 @@ static int check_signal(int signum)
return 1;
}
case SIGHUP:
{
d_info("SIGHUP received");
threads_stop();
cellwire_terminate();
core_terminate();
core_initialize();
cellwire_initialize(config_path);
threads_start();
break;
}
default:
{
d_error("Unknown Signal Number = %d\n", signum);