Vector modifications in perl.c and perm.c
Jeffrey M. Vinocur
jeff at litech.org
Fri Mar 8 03:44:03 UTC 2002
On Thu, 7 Mar 2002, Erik Klavon wrote:
> Enclosed is a patch which reworks the implementation of perl_access:
> using vectors.
Wonderful!
Two things which perhaps you can help me with:
- perlAuthenticate() takes a parameter "accesslist" but never uses it --
is this on purpose?
- in perlAccess(), the block of code below is followed by a check for
rc==0, however, if the perl_get_cv() call fails rc is never initialized;
if the intent is for it to default to zero, we should do that explicitly
(there's something similar in perlAuthInit).
(You don't have to generate a patch for these things, just tell me what to
do and I can do it.)
--
Jeffrey M. Vinocur
jeff at litech.org
More information about the inn-patches
mailing list