mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-19 11:44:29 +00:00
Remove segfault when object database can't be loaded
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@994 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
b394a79248
commit
94e827e318
@ -60,6 +60,7 @@ enum e_ais_done {
|
||||
AIS_DONE_LOGSETUP = -10,
|
||||
AIS_DONE_AMFCONFIGREAD = -11,
|
||||
AIS_DONE_DYNAMICLOAD = -12,
|
||||
AIS_DONE_OBJDB = -13,
|
||||
};
|
||||
|
||||
void openais_exit_error (enum e_ais_done err);
|
||||
|
Loading…
Reference in New Issue
Block a user