Skip to content
Snippets Groups Projects
Commit 3a6c0475 authored by Constantin P.'s avatar Constantin P. 💬
Browse files

Merge branch 'hotfix-exit-tmp' into 'master'

Hotfix exit tmp

See merge request !1758
parents af1724c3 aca48d32
No related branches found
No related tags found
2 merge requests!1779Develop port 02 12,!1758Hotfix exit tmp
Subproject commit e5fdeabd0192ee03078d730fb8633e2062e25f33
Subproject commit b3f7e5436d113c5b7d46539d522e5bd5a295a4e2
......@@ -38,9 +38,10 @@ static void clear_pid_file() {
}
static void sig_exit_handler(int sig_code) {
log_it(L_DEBUG, "Got exit code: %d", sig_code);
clear_pid_file();
exit(sig_code);
/*clear_pid_file();
dap_plugin_deinit();
dap_chain_node_mempool_autoproc_deinit();
......@@ -64,7 +65,7 @@ static void sig_exit_handler(int sig_code) {
log_it(L_NOTICE,"Stopped Cellframe Node");
fflush(stdout);
exit(0);
exit(0);*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment