git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1000 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -508,6 +508,9 @@ int totem_config_keyread (
unsigned int object_service_handle;
int res;
+ memset (totem_config->private_key, 0, 128);
+ totem_config->private_key_len = 128;
+
if (totem_config->secauth == 0) {
return (0);
}