Craig Sebenik <[EMAIL PROTECTED]> writes:

> In modules/experimental/mod_ext_filter.c there's the following:
> 
>     rc = apr_proc_create(ctx->proc,
>                             ctx->filter->command,
>                             (const char * const *)ctx->filter->args,
>                             NULL, /* environment */
>                             ctx->procattr,
>                             ctx->p);
> 
> Is there a reason why the environment is null?

probably because I'm a moron :)

> Am I missing something? Is there a reason I shouldn't submit this patch?

no, no

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to