Navigation


Changeset 250:07624e65c7e0 in freeDiameter


Ignore:
Timestamp:
Apr 2, 2010, 4:37:40 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Loop anyway until we get a real message or an error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.c

    r247 r250  
    740740                CHECK_FCT_DO( fd_event_send( Target_Queue(conn), event, bufsz, buf), goto fatal );
    741741               
    742         } while (conn->cc_loop);
     742        } while (conn->cc_loop || (event != FDEVP_CNX_MSG_RECV));
    743743       
    744744out:
Note: See TracChangeset for help on using the changeset viewer.