fixes a missed merge in the totemmrp mergeup

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@788 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2005-07-29 21:37:21 +00:00
parent cf6af14aea
commit d6dc23e25e
2 changed files with 4 additions and 1 deletions

View File

@ -1125,6 +1125,9 @@ int main (int argc, char **argv)
ais_done (AIS_DONE_MAINCONFIGREAD);
}
aisexec_keyread (openais_config.totem_config.private_key);
openais_config.totem_config.private_key_len = sizeof (openais_config.totem_config.private_key);
res = log_setup (&error_string, openais_config.logmode, openais_config.logfile);
if (res == -1) {
log_printf (LOG_LEVEL_ERROR, error_string);

View File

@ -82,7 +82,7 @@ struct totem_config {
/*
* key information
*/
unsigned char *private_key;
unsigned char private_key[128];
int private_key_len;
/*