cmRtNet.c: Replaced use of cmInvalidId with cmInvalidUdpPortNumber in cmRtNetReport().
This commit is contained in:
parent
4c0847942d
commit
3f1821b0be
@ -795,7 +795,7 @@ void cmRtNetReport( cmRtNetH_t h )
|
|||||||
|
|
||||||
cmRptPrintf(rpt,"%s ",cmStringNullGuard(cmUdpAddrToString(p->udpH,&np->sockaddr)));
|
cmRptPrintf(rpt,"%s ",cmStringNullGuard(cmUdpAddrToString(p->udpH,&np->sockaddr)));
|
||||||
|
|
||||||
if( np->port != cmInvalidId )
|
if( np->port != kInvalidUdpPortNumber )
|
||||||
cmRptPrintf(rpt,"%i ",np->port );
|
cmRptPrintf(rpt,"%i ",np->port );
|
||||||
|
|
||||||
cmRptPrintf(rpt,"\n");
|
cmRptPrintf(rpt,"\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user