properly initialize key node to NULL

This commit is contained in:
Frédéric Péters 2005-05-25 11:09:40 +00:00
parent ad68eafedc
commit 3c8ba2de25
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ instance_init(LassoProvider *provider)
provider->private_data->default_assertion_consumer = NULL;
provider->private_data->organization = NULL;
provider->private_data->public_key = NULL;
provider->private_data->signing_key_descriptor = NULL;
/* no value_destroy_func since it shouldn't destroy the GList on insert */
provider->private_data->IDPDescriptor = g_hash_table_new_full(