Parcourir la source

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
Steven Dake il y a 20 ans
Parent
commit
94e827e318
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      exec/util.h

+ 1 - 0
exec/util.h

@@ -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);