X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fclient.c;h=a55f095bd7aa775bb17b5539de7f8c62eb2a668b;hp=5e7f270650a9b9bbfd5405d9786c4b2ab2c58708;hb=191c5db0e914f9774413da50bb1963ecf22b2f5c;hpb=2614d567118004072591ae55a387d2cbb1d18130 diff --git a/client/client.c b/client/client.c index 5e7f270..a55f095 100644 --- a/client/client.c +++ b/client/client.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ /** \file client.c @@ -4444,9 +4444,11 @@ static void http_response(Z_HTTP_Response *hres) if (ret == 0 && sr->which == Z_SRW_searchRetrieve_response) handle_srw_response(sr->u.response); + else if (ret == 0 && sr->which == Z_SRW_scan_response) + handle_srw_scan_response(sr->u.scan_response); else { - printf("Decoding of SOLR package failed\n"); + printf("Decoding of Solr package failed\n"); ret = -1; } odr_destroy(o);