X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_query_rewrite.cpp;h=9bf1eac20970fad94c37b1e4796c289dee880366;hb=5b16379883d214e0e774701d63a5d9e3387fd7a3;hp=6e77295d1687c732ec0a4e5395d81dd88b655a2a;hpb=73f37c91c144b070020df2f27472c09b62367acf;p=metaproxy-moved-to-github.git diff --git a/src/filter_query_rewrite.cpp b/src/filter_query_rewrite.cpp index 6e77295..9bf1eac 100644 --- a/src/filter_query_rewrite.cpp +++ b/src/filter_query_rewrite.cpp @@ -125,7 +125,7 @@ void yf::QueryRewrite::Rep::process(mp::Package &package) const xmlFreeDoc(doc_input); } } - if (charset_to.length() && charset_from.length() && + if (!error_code && charset_to.length() && charset_from.length() && (req->query->which == Z_Query_type_1 || req->query->which == Z_Query_type_101)) {