libhydra: Remove unused hydra->daemon

This commit is contained in:
Tobias Brunner
2014-02-12 14:34:32 +01:00
parent d347a130f5
commit 10c4f4e1fd
11 changed files with 12 additions and 22 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ int main(int argc, char *argv[])
}
}
atexit(libhydra_deinit);
if (!libhydra_init("charon-cmd"))
if (!libhydra_init())
{
exit(SS_RC_INITIALIZATION_FAILED);
}