Navigation


Changeset 798:ca8e30a2426d in freeDiameter for libfdcore/sctps.c


Ignore:
Timestamp:
Aug 21, 2012, 5:54:56 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Remove the warning on gnutls_transport_set_lowat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/sctps.c

    r767 r798  
    225225       
    226226        /* Reset the low water value, since we don't use sockets */
     227#ifndef GNUTLS_VERSION_300
     228        /* starting version 2.12, this call is not needed */
    227229        GNUTLS_TRACE( gnutls_transport_set_lowat( session, 0 ) );
     230#endif /* GNUTLS_VERSION_300 */
    228231       
    229232        /* Set the push and pull callbacks */
Note: See TracChangeset for help on using the changeset viewer.