libhydra: Remove unused hydra->daemon
This commit is contained in:
@@ -256,7 +256,7 @@ int main(int argc, char *argv[])
|
||||
exit(status);
|
||||
}
|
||||
|
||||
if (!libhydra_init(dmn_name))
|
||||
if (!libhydra_init())
|
||||
{
|
||||
dbg_syslog(DBG_DMN, 1, "initialization failed - aborting %s", dmn_name);
|
||||
libhydra_deinit();
|
||||
|
||||
@@ -50,7 +50,7 @@ static bool test_runner_init(bool init)
|
||||
|
||||
if (init)
|
||||
{
|
||||
libhydra_init("test_runner");
|
||||
libhydra_init();
|
||||
libcharon_init("test_runner");
|
||||
lib->settings->set_int(lib->settings,
|
||||
"test_runner.filelog.stdout.default", 0);
|
||||
|
||||
Reference in New Issue
Block a user