Navigation


Changeset 921:a0ab56aa089f in freeDiameter for libfdcore/sctp.c


Ignore:
Timestamp:
Feb 14, 2013, 10:12:23 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix compilation when SCTP_USE_MAPPED_ADDRESSES is true, and add a note about this for FreeBSD (seems to be needed at least for FreeBSD 9.1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/sctp.c

    r914 r921  
    654654                if (ep->sa.sa_family == AF_INET6)
    655655                #else /* SCTP_USE_MAPPED_ADDRESSES */
    656                 if (target_family == AF_INET6) {
     656                if (target_family == AF_INET6)
    657657                #endif /* SCTP_USE_MAPPED_ADDRESSES */
    658658                        sz = sizeof(sSA6);
Note: See TracChangeset for help on using the changeset viewer.