소스 검색

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…
취소
저장