Browse Source

cmRtNet.c: Replaced use of cmInvalidId with cmInvalidUdpPortNumber in cmRtNetReport().

master
kevin 11 years ago
parent
commit
3f1821b0be
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmRtNet.c

+ 1
- 1
cmRtNet.c View File

795
 
795
 
796
     cmRptPrintf(rpt,"%s ",cmStringNullGuard(cmUdpAddrToString(p->udpH,&np->sockaddr)));
796
     cmRptPrintf(rpt,"%s ",cmStringNullGuard(cmUdpAddrToString(p->udpH,&np->sockaddr)));
797
 
797
 
798
-    if( np->port != cmInvalidId )
798
+    if( np->port != kInvalidUdpPortNumber )
799
       cmRptPrintf(rpt,"%i ",np->port );
799
       cmRptPrintf(rpt,"%i ",np->port );
800
 
800
 
801
     cmRptPrintf(rpt,"\n");
801
     cmRptPrintf(rpt,"\n");

Loading…
Cancel
Save