Navigation


Changeset 1136:140450615773 in freeDiameter for libfdcore/p_cnx.c


Ignore:
Timestamp:
May 16, 2013, 3:56:31 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Revert changeset 1122 (ADDRESS_AVP_INCLUDE_PORT) as this will create too much interop issues. The Host-IP-Address AVP is not normally used to discover peer address, but only for validation of the addresses where a packet is received from -- which is quite useless with a connected transport connection, but anyway...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_cnx.c

    r1103 r1136  
    121121        }
    122122       
    123         /* Remove any local address that would be here, it should not happen but it does sometimes... */
    124         CHECK_FCT( fd_ep_filter_list(&peer->p_hdr.info.pi_endpoints, &fd_g_config->cnf_endpoints) );
    125        
    126123        /* Now check we have at least one address to attempt */
    127124        if (FD_IS_LIST_EMPTY(&peer->p_hdr.info.pi_endpoints)) {
Note: See TracChangeset for help on using the changeset viewer.