X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_z3950_client.cpp;h=2d9e6a64a2e70680dabc346228dde055326b4d22;hb=66d4ec677bbc06aa9be29ab2e5fa2bec7442a7fa;hp=0f0b92fcd2e3188e9f4b5b4730443d8c261c0e81;hpb=320d48635923bdf53fdefb99fa36ee9c7be35462;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.cpp b/src/filter_z3950_client.cpp index 0f0b92f..2d9e6a6 100644 --- a/src/filter_z3950_client.cpp +++ b/src/filter_z3950_client.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_z3950_client.cpp,v 1.27 2006-06-21 14:34:16 adam Exp $ +/* $Id: filter_z3950_client.cpp,v 1.28 2006-08-30 12:27:34 adam Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -227,8 +227,7 @@ yf::Z3950Client::Assoc *yf::Z3950Client::Rep::get_assoc(Package &package) return 0; } std::list vhosts; - mp::util::get_vhost_otherinfo(&apdu->u.initRequest->otherInfo, - true, vhosts); + mp::util::remove_vhost_otherinfo(&apdu->u.initRequest->otherInfo, vhosts); size_t no_vhosts = vhosts.size(); if (no_vhosts == 0) {