Navigation


Changeset 1122:d4371b7aa0ff in freeDiameter for libfdcore/tcp.c


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

New CMake option: ADDRESS_AVP_INCLUDE_PORT. Turn off for standard Host-IP-Address AVPs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/tcp.c

    r1085 r1122  
    138138        pthread_cleanup_push(fd_cleanup_socket, &s);
    139139       
    140         LOG_D( "Attempting TCP connection to %s...", fd_sa_dump_node(&buf, &len, NULL, sa, NI_NUMERICHOST | NI_NUMERICSERV)?:"<error>" );
     140        LOG_D( "Attempting TCP connection to %s...", fd_sa_dump(&buf, &len, NULL, sa, NI_NUMERICHOST | NI_NUMERICSERV)?:"<error>" );
    141141        free(buf);
    142142       
Note: See TracChangeset for help on using the changeset viewer.