Navigation


Changeset 1186:56c36d1007b4 in freeDiameter for libfdcore/routing_dispatch.c


Ignore:
Timestamp:
Jun 7, 2013, 7:48:34 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Further preparation of the DTLS integration. Some cleanups in the GNUTLS handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/routing_dispatch.c

    r1154 r1186  
    413413                CHECK_FCT( fd_fifo_post(fd_g_incoming, pmsg) );
    414414        } else {
    415                 CHECK_FCT( fd_out_send(pmsg, NULL, peer, 0) );
     415                CHECK_FCT( fd_out_send(pmsg, NULL, peer) );
    416416        }
    417417       
     
    887887
    888888                /* Push the message into this peer */
    889                 CHECK_FCT( fd_out_send(&msgptr, NULL, peer, 0) );
     889                CHECK_FCT( fd_out_send(&msgptr, NULL, peer) );
    890890
    891891                /* We're done with this answer */
     
    10041004                if (fd_peer_getstate(peer) == STATE_OPEN) {
    10051005                        /* Send to this one */
    1006                         CHECK_FCT_DO( fd_out_send(&msgptr, NULL, peer, 0), continue );
     1006                        CHECK_FCT_DO( fd_out_send(&msgptr, NULL, peer), continue );
    10071007                       
    10081008                        /* If the sending was successful */
Note: See TracChangeset for help on using the changeset viewer.