Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102645 | Differences between
and this patch

Collapse All | Expand All

(-)pine4.63/pine/bldaddr.c (-1 / +1 lines)
Lines 6504-6510 Link Here
6504
ldap_v3_is_supported(ld)
6504
ldap_v3_is_supported(ld)
6505
    LDAP *ld;
6505
    LDAP *ld;
6506
{
6506
{
6507
    int         v3_is_supported_by_server = 0;
6507
    int         v3_is_supported_by_server = 1;
6508
#ifdef NO_VERSION3_PROTO_YET
6508
#ifdef NO_VERSION3_PROTO_YET
6509
/*
6509
/*
6510
 * When we use version 3 protocol we will be getting back utf8 results.
6510
 * When we use version 3 protocol we will be getting back utf8 results.

Return to bug 102645