Navigation


Changeset 75:e6bf3e262e49 in freeDiameter


Ignore:
Timestamp:
Dec 1, 2009, 2:18:05 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added comment about a bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/sctp.c

    r68 r75  
    740740        CHECK_SYS_DO( sctp_connectx(*sock, sar.sa, count), { ret = errno; goto fail; } );
    741741#endif /* SCTP_CONNECTX_4_ARGS */
     742       
     743        /*****************
     744         BUG : received "EINVAL" at reconnection attempt... Should probably filter a little what is in list !
     745         *****************/
     746       
    742747        free(sar.buf); sar.buf = NULL;
    743748       
Note: See TracChangeset for help on using the changeset viewer.