> >
> > -    /* no luck, create a blank session */
> > -    if (!zz) {
> > -        zz = (session_rec *) apr_pcalloc(r->pool, sizeof(session_rec));
> > -        zz->pool = r->pool;
> > -        zz->entries = apr_table_make(zz->pool, 10);
> > -    }
> > -
>
> Why don't we need this any longer? Is there a a guarantee that zz != NULL 
> here?


ty -- restored and explained in comment of r1874691.

Reply via email to