add: mqtt host config option
This commit is contained in:
parent
b2ac46c0fd
commit
eefe50b3cd
5 changed files with 12 additions and 8 deletions
src
|
@ -43,8 +43,6 @@ terminate(int signum)
|
|||
LOG_DEBUG("freeing global controller\n");
|
||||
controller_free(global_controller);
|
||||
|
||||
LOG_DEBUG("freeing database config\n");
|
||||
free(global_config.database);
|
||||
LOG_DEBUG("freeing relay configs config\n");
|
||||
free(global_config.relay_configs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue