X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-c.c;h=c9a8676e23793a692ad473a6f82a63fa56efa2c4;hp=005e7241c8ff6c8f3370d9232f8a8d4c3af0b278;hb=1fbd038d97d6e1bfe97270ecc17cca123bcc435c;hpb=edfd7d1201e61701d29241bb684d85880a822310 diff --git a/src/zoom-c.c b/src/zoom-c.c index 005e724..c9a8676 100644 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@ -557,7 +557,7 @@ ZOOM_API(void) cs_close(c->cs); #if ZOOM_RESULT_LISTS - // Remove the connection's usage of resultsets + /* Remove the connection's usage of resultsets */ list = c->resultsets; while (list) { ZOOM_resultsets removed = list; @@ -1881,6 +1881,12 @@ ZOOM_API(const char *) return "CCL configuration error"; case ZOOM_ERROR_CCL_PARSE: return "CCL parsing error"; + case ZOOM_ERROR_ES_INVALID_ACTION: + return "Extended Service. invalid action"; + case ZOOM_ERROR_ES_INVALID_VERSION: + return "Extended Service. invalid version"; + case ZOOM_ERROR_ES_INVALID_SYNTAX: + return "Extended Service. invalid syntax"; default: return diagbib1_str(error); }