cmRtNet.c: More changes to cmRtNetTest().

This commit is contained in:
kpl 2013-04-26 15:18:46 -07:00
parent 92d593580c
commit c6a3496639

View File

@ -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 )