From 0ee6ed21c56ed2fbcdab586054f95d1be1107e1d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Feb 2012 16:53:19 +0100 Subject: [PATCH] Diagnostic map tweaks for "Database does not exist" 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/diag_map.c b/src/diag_map.c index 0788299..610b2c6 100644 --- a/src/diag_map.c +++ b/src/diag_map.c @@ -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 }; -- 1.7.10.4