View | Details | Raw Unified | Return to bug 39045
Collapse All | Expand All

(-)mod_auth_ldap.c (-1 / +4 lines)
Lines 403-409 Link Here
403
                }
403
                }
404
                j++;
404
                j++;
405
            }
405
            }
406
            apr_table_setn(e, str, vals[i]);
406
            if (vals[i])
407
                apr_table_setn(e, str, vals[i]);
408
            else
409
                apr_table_setn(e, str, apr_pstrdup(r->pool, ""));
407
            i++;
410
            i++;
408
        }
411
        }
409
    }
412
    }

Return to bug 39045