mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-03 16:19:02 +00:00
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:
parent
cf6af14aea
commit
d6dc23e25e
@ -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);
|
||||
|
@ -82,7 +82,7 @@ struct totem_config {
|
||||
/*
|
||||
* key information
|
||||
*/
|
||||
unsigned char *private_key;
|
||||
unsigned char private_key[128];
|
||||
int private_key_len;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user