Navigation


Changeset 1211:98478a8aabb1 in freeDiameter for libfdcore


Ignore:
Timestamp:
Jun 17, 2013, 10:47:00 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix compilation warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.c

    r1200 r1211  
    16371637}
    16381638
     1639#ifndef DISABLE_SCTP
    16391640static int fd_cnx_uses_dtls(struct cnxctx * conn) {
    16401641        return fd_cnx_may_dtls(conn) && (fd_cnx_teststate(conn, CC_STATUS_TLS));
    16411642}
     1643#endif /* DISABLE_SCTP */
    16421644
    16431645/* TLS handshake a connection; no need to have called start_clear before. Reception is active if handhsake is successful */
Note: See TracChangeset for help on using the changeset viewer.