Initialize variables that some compilers seem to warn about

This commit is contained in:
Tobias Brunner
2015-08-13 15:12:38 +02:00
parent f809e485fb
commit 6967948241
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ static child_cfg_t* find_child_cfg(char *name, peer_cfg_t **out)
{
enumerator_t *enumerator;
peer_cfg_t *peer_cfg;
child_cfg_t *child_cfg;
child_cfg_t *child_cfg = NULL;
enumerator = charon->backends->create_peer_cfg_enumerator(
charon->backends, NULL, NULL, NULL, NULL, IKE_ANY);