2005/06/15 14:09:08-07:00 osdl.net!markh Fix version handling code to be B spec compliant. BUG 623. (Logical change 1.206) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@664 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -85,8 +85,7 @@ static struct saHandleDatabase amfHandleDatabase = {
* Versions supported
*/
static SaVersionT amfVersionsSupported[] = {
- { 'A', 1, 1 },
- { 'a', 1, 1 }
+ { 'A', 1, 1 }
};
static struct saVersionDatabase amfVersionDatabase = {
@@ -125,8 +125,7 @@ static struct saHandleDatabase ckptSectionIterationHandleDatabase = {
static SaVersionT ckptVersionsSupported[] = {
- { 'B', 1, 1 },
- { 'b', 1, 1 }
+ { 'B', 1, 1 }
static struct saVersionDatabase ckptVersionDatabase = {
@@ -79,8 +79,7 @@ static struct saHandleDatabase clmHandleDatabase = {
static SaVersionT clmVersionsSupported[] = {
static struct saVersionDatabase clmVersionDatabase = {
@@ -51,8 +51,7 @@ static void eventHandleInstanceDestructor(void *instance);
* Versions of the SAF AIS specification supported by this library
static SaVersionT supported_versions[] = {
- {'B', 0x01, 0x01},
- {'b', 0x01, 0x01}
+ {'B', 0x01, 0x01}
static struct saVersionDatabase evt_version_database = {