瀏覽代碼

cmRtNet.c: More changes to cmRtNetTest().

master
kpl 11 年之前
父節點
當前提交
c6a3496639
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      cmRtNet.c

+ 1
- 1
cmRtNet.c 查看文件

@@ -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…
取消
儲存