Browse Source

cmRtNet.c: More changes to cmRtNetTest().

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

+ 1
- 1
cmRtNet.c View File

@@ -811,7 +811,7 @@ void  cmRtNetTest( cmCtx_t* ctx, bool mstrFl )
811 811
   if((rc = cmRtNetAlloc(ctx,&p->netH,_cmRtNetTestRecv,p)) != kOkNetRC )
812 812
     goto errLabel;
813 813
 
814
-  if((rc = cmRtNetCreateNode(p->netH, "local", NULL, port )) != kOkNetRC)
814
+  if((rc = cmRtNetCreateNode(p->netH, "thunk", NULL, port )) != kOkNetRC)
815 815
     goto errLabel;
816 816
 
817 817
   if( mstrFl )

Loading…
Cancel
Save