cmRtNet.c: More changes to cmRtNetTest().

This commit is contained in:
kpl 2013-04-26 15:56:19 -07:00
parent 81b753e2ad
commit c6906efbea

View File

@ -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 );