From: Adam Dickmeiss Date: Wed, 28 Jun 2006 22:46:58 +0000 (+0000) Subject: Handle close in filter virt_db X-Git-Tag: METAPROXY.1.0.6~6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=fd583b87d80abbd8235d4dc777296e19e7adda00;p=metaproxy-moved-to-github.git Handle close in filter virt_db --- diff --git a/src/filter_virt_db.cpp b/src/filter_virt_db.cpp index 9b7e7e9..144e46a 100644 --- a/src/filter_virt_db.cpp +++ b/src/filter_virt_db.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_virt_db.cpp,v 1.41 2006-06-10 14:29:12 adam Exp $ +/* $Id: filter_virt_db.cpp,v 1.42 2006-06-28 22:46:58 adam Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -712,6 +712,10 @@ void yf::Virt_db::process(mp::Package &package) const { f->scan(package, apdu); } + else if (apdu->which == Z_APDU_close) + { + package.session().close(); + } else { mp::odr odr;