Navigation


Changeset 38:68c1890f7049 in freeDiameter for freeDiameter/cnxctx.c


Ignore:
Timestamp:
Nov 5, 2009, 5:29:12 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fixed a small bug in SCTP close

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.c

    r31 r38  
    11441144        if (conn->cc_socket > 0) {
    11451145                shutdown(conn->cc_socket, SHUT_RDWR);
     1146                close(conn->cc_socket);
     1147                conn->cc_socket = -1;
    11461148        }
    11471149       
Note: See TracChangeset for help on using the changeset viewer.