From c6a3496639252f941f21638fa6a49df68f169649 Mon Sep 17 00:00:00 2001 From: kpl Date: Fri, 26 Apr 2013 15:18:46 -0700 Subject: [PATCH] cmRtNet.c: More changes to cmRtNetTest(). --- cmRtNet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )