cmRtNet.c: More changes to cmRtNetTest().
This commit is contained in:
parent
92d593580c
commit
c6a3496639
@ -811,7 +811,7 @@ void cmRtNetTest( cmCtx_t* ctx, bool mstrFl )
|
|||||||
if((rc = cmRtNetAlloc(ctx,&p->netH,_cmRtNetTestRecv,p)) != kOkNetRC )
|
if((rc = cmRtNetAlloc(ctx,&p->netH,_cmRtNetTestRecv,p)) != kOkNetRC )
|
||||||
goto errLabel;
|
goto errLabel;
|
||||||
|
|
||||||
if((rc = cmRtNetCreateNode(p->netH, "local", NULL, port )) != kOkNetRC)
|
if((rc = cmRtNetCreateNode(p->netH, "thunk", NULL, port )) != kOkNetRC)
|
||||||
goto errLabel;
|
goto errLabel;
|
||||||
|
|
||||||
if( mstrFl )
|
if( mstrFl )
|
||||||
|
Loading…
Reference in New Issue
Block a user