Skip to content
Snippets Groups Projects
Commit 00768dc6 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'bugs-4791' into 'release-4.4'

bugs-4791

See merge request cellframe/cellframe-node!216
parents c743c025 2dd3518c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 4)
SET( CPACK_PACKAGE_VERSION_PATCH 4)
SET( CPACK_PACKAGE_VERSION_PATCH 5)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
Subproject commit 99cc7f72f35f8f7dc31103406cc9c1c592363772
Subproject commit 4015117e0e2cadaded7b09ace4c4f4faa427b80e
......@@ -5,6 +5,17 @@
#include "dap_common.h"
#include "dap_events.h"
#include "dap_chain_global_db.h"
#include "dap_chain_plugins.h"
#include "dap_chain_node.h"
#include "dap_chain_net_srv_xchange.h"
#include "dap_chain_net_srv_stake.h"
#include "dap_chain.h"
#include "dap_stream.h"
#include "dap_stream_ctl.h"
#include "dap_enc_ks.h"
#include "dap_enc_http.h"
#include "dap_http.h"
#include "dap_chain_node_dns_server.h"
#include "sig_unix_handler.h"
#define LOG_TAG "sig_unix_handler"
......@@ -75,7 +86,7 @@ int sig_unix_handler_deinit() {
//log_it(L_DEBUG, "Deinit");
if( s_pid_path )
DAP_DELETE(s_pid_path);
DAP_DELETE((void *)s_pid_path);
signal(SIGTERM, SIG_DFL);
signal(SIGINT, SIG_DFL);
......
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