On Tue, 11 Sep 2001, Philippe M . Chiasson wrote:
    
> +    /* Skip entries in our filter list */
> +    if (tdc_data->filter){
> +        if(apr_table_get(tdc_data->filter,key)){
> +            return 1;
> +        }
> +    }

should be skipping all _but_ those in the filter list, right?
just changing to:
if (!apr_table_get(...)) {
should do the trick.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to