X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_auth_simple.cpp;h=6d1b7c84fb980f0b0bffe7d619c32f9a1f5b5464;hb=94f6078b7003e4c8718c70b2ebdf3bb1426bf990;hp=63356cff68aef7431159afbbb57ce498ec2bfda8;hpb=1e61b0aa05e2351e33d909f7503eaf936a2d9bb0;p=metaproxy-moved-to-github.git diff --git a/src/filter_auth_simple.cpp b/src/filter_auth_simple.cpp index 63356cf..6d1b7c8 100644 --- a/src/filter_auth_simple.cpp +++ b/src/filter_auth_simple.cpp @@ -1,5 +1,5 @@ -/* $Id: filter_auth_simple.cpp,v 1.20 2006-06-10 14:29:12 adam Exp $ - Copyright (c) 2005-2006, Index Data. +/* $Id: filter_auth_simple.cpp,v 1.22 2007-01-25 14:05:54 adam Exp $ + Copyright (c) 2005-2007, Index Data. See the LICENSE file for details */ @@ -343,7 +343,7 @@ void yf::AuthSimple::check_targets(mp::Package & package) const std::list targets; Z_OtherInformation *otherInfo = initReq->otherInfo; - mp::util::get_vhost_otherinfo(&otherInfo, 1, targets); + mp::util::get_vhost_otherinfo(otherInfo, targets); // Check each of the targets specified in the otherInfo package std::list::iterator i;