diff --git a/cmRtNet.c b/cmRtNet.c index 9ff9d5d..f943851 100644 --- a/cmRtNet.c +++ b/cmRtNet.c @@ -811,7 +811,7 @@ void cmRtNetTest( cmCtx_t* ctx, bool mstrFl ) if((rc = cmRtNetAlloc(ctx,&p->netH,_cmRtNetTestRecv,p)) != kOkNetRC ) goto errLabel; - if((rc = cmRtNetCreateNode(p->netH, "local", NULL, port )) != kOkNetRC) + if((rc = cmRtNetCreateNode(p->netH, "thunk", NULL, port )) != kOkNetRC) goto errLabel; if( mstrFl )