fix uninit ret
This commit is contained in:
parent
1448f97b51
commit
d798da08d6
@ -1086,8 +1086,8 @@ main (int argc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* initialize #internal_key_state with an RC of 1 */
|
/* initialize #internal_key_state with an RC of 1 */
|
||||||
if (GNUNET_OK ==
|
ret = TEH_KS_init ();
|
||||||
TEH_KS_init ())
|
if (GNUNET_OK == ret)
|
||||||
{
|
{
|
||||||
#if HAVE_DEVELOPER
|
#if HAVE_DEVELOPER
|
||||||
if (NULL != input_filename)
|
if (NULL != input_filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user