cmRtNet.c: More changes to cmRtNetTest().
This commit is contained in:
parent
81b753e2ad
commit
c6906efbea
@ -325,7 +325,7 @@ cmRtNetRC_t _cmRtNetSendSyncMsg( cmRtNet_t* p, cmRtNetNode_t* np, cmRtNetSelId_t
|
|||||||
cmRtNetNodeState_t orgState = np->state;
|
cmRtNetNodeState_t orgState = np->state;
|
||||||
np->state = nextStId;
|
np->state = nextStId;
|
||||||
|
|
||||||
|
|
||||||
// send the msg
|
// send the msg
|
||||||
if( cmIsFlag(np->flags,kSockAddrNetFl) == false )
|
if( cmIsFlag(np->flags,kSockAddrNetFl) == false )
|
||||||
udpRC = cmUdpSend2(p->udpH, buf, n, np->addr, np->port );
|
udpRC = cmUdpSend2(p->udpH, buf, n, np->addr, np->port );
|
||||||
|
Loading…
Reference in New Issue
Block a user