Navigation


Changeset 402:1e1dc47ef241 in freeDiameter


Ignore:
Timestamp:
Jul 8, 2010, 12:50:10 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix remaining problem, closes #6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.c

    r396 r402  
    404404        /* Retrieve the number of streams and primary address */
    405405        CHECK_FCT_DO( fd_sctp_get_str_info( sock, &cnx->cc_sctp_para.str_in, &cnx->cc_sctp_para.str_out, &primary ), goto error );
    406         if (cnx->cc_sctp_para.str_out > cnx->cc_sctp_para.str_in)
     406        if (cnx->cc_sctp_para.str_out < cnx->cc_sctp_para.str_in)
    407407                cnx->cc_sctp_para.pairs = cnx->cc_sctp_para.str_out;
    408408        else
Note: See TracChangeset for help on using the changeset viewer.