Browse Source

cmRtNet.c: More changes to cmRtNetTest().

master
kpl 11 years ago
parent
commit
01973701f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmRtNet.c

+ 1
- 1
cmRtNet.c View File

@@ -483,7 +483,7 @@ cmRtNetRC_t _cmRtNetSendAck( cmRtNet_t* p, cmRtNetSelId_t ackSelId, const struct
483 483
 {
484 484
   cmRtNetNode_t* np;
485 485
 
486
-  if((np = _cmRtNetFindNodeFromSockAddr(p,saddr)) != NULL )
486
+  if((np = _cmRtNetFindNodeFromSockAddr(p,saddr)) == NULL )
487 487
     return cmErrMsg(&p->err,kNodeNotFoundNetRC,"The net node associated with an ack cmd was not found. Ack not sent.");
488 488
 
489 489
   return _cmRtNetSendSyncMsg(p,np,ackSelId,NULL,cmInvalidId,kInvalidStNetId);

Loading…
Cancel
Save