X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=client%2Fclient.c;h=da0fd366ef04e133e6f0566ef7db54d4481bced4;hb=0380a06a86927164ff17500bcf7c3b54fd5428c4;hp=71dc720c2086b3c67a20137a6fae8306cfc132f4;hpb=1a4d6b95fab9bceec919854df8efe8363df55997;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index 71dc720..da0fd36 100644 --- a/client/client.c +++ b/client/client.c @@ -4445,7 +4445,7 @@ 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); + handle_srw_scan_response(sr->u.scan_response); else { printf("Decoding of SOLR package failed\n");