Diagnostic map tweaks for "Database does not exist"
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Feb 2012 15:53:19 +0000 (16:53 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Feb 2012 15:54:40 +0000 (16:54 +0100)
Bib-1 114: Database unavailable and Bib-1: 235 "Database does not
exist" maps to SRU diagnostic 235 "Database does not exist".

src/diag_map.c

index 0788299..610b2c6 100644 (file)
@@ -70,7 +70,7 @@ static int bib1_srw_map[] = {
     108, 27,
     108, 45,
         
-    109, 2,
+    109, 235,
     110, 37,
     111, 1,
     112, 58,
@@ -134,7 +134,7 @@ static int bib1_srw_map[] = {
     232, 1,
     233, 1, /* bad map */
     234, 1, /* bad map */
-    235, 2,
+    235, 235,
     236, 3, 
     237, 82,
     238, 67,
@@ -192,6 +192,7 @@ static int bib1_srw_map[] = {
 static int srw_bib1_map[] = {
     10, 108,
     66, 238,
+    235, 235,
     /* No doubt there are many more */
     0
 };