X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=inline;f=src%2Fex_filter_frontend_net.cpp;h=38ac43347092ff952719989c9e62ee3cfeb92c7a;hb=3c09b344df6c9db8c381d5aaf6ab0db0735db860;hp=a124e6a10ce5e7183a5093244496d4545fa95a55;hpb=111438f9a883ac784b4ce743a7e83fb8a5b3ff4d;p=metaproxy-moved-to-github.git diff --git a/src/ex_filter_frontend_net.cpp b/src/ex_filter_frontend_net.cpp index a124e6a..38ac433 100644 --- a/src/ex_filter_frontend_net.cpp +++ b/src/ex_filter_frontend_net.cpp @@ -1,4 +1,4 @@ -/* $Id: ex_filter_frontend_net.cpp,v 1.18 2005-11-14 23:35:22 adam Exp $ +/* $Id: ex_filter_frontend_net.cpp,v 1.19 2005-12-09 11:27:59 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -105,10 +105,10 @@ int main(int argc, char **argv) yp2::filter::Virt_db filter_virt_db; filter_virt_db.add_map_db2vhost("gils", "indexdata.dk/gils"); filter_virt_db.add_map_db2vhost("Default", "localhost:9100/Default"); -// router.append(filter_virt_db); + router.append(filter_virt_db); - yp2::filter::Session_shared filter_session_shared; - router.append(filter_session_shared); +// yp2::filter::Session_shared filter_session_shared; +// router.append(filter_session_shared); yp2::filter::Log filter_log_back("BACK"); router.append(filter_log_back);