Navigation


Changeset 1084:6b7966ea27fb in freeDiameter for libfdcore/cnxctx.c


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

Fix a few compilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.c

    r1078 r1084  
    923923int fd_tls_rcvthr_core(struct cnxctx * conn, gnutls_session_t session)
    924924{
    925 #ifndef DISABLE_SCTP
    926         void * ptr = gnutls_transport_get_ptr(session);
    927         if (ptr != conn) {
    928                 struct sctps_ctx * ctx = (struct sctps_ctx *) ptr;
    929         }
    930 #endif /* DISABLE_SCTP */
    931        
    932        
    933925        /* No guarantee that GnuTLS preserves the message boundaries, so we re-build it as in TCP */
    934926        do {
Note: See TracChangeset for help on using the changeset viewer.