diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-27 11:37:10 +0200 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-27 11:37:10 +0200 |
| commit | 35ea061f62cf0cbae074b2df47dc6b462da4fd20 (patch) | |
| tree | 08c0735b16914c998d54f5731e2669b82b14facf /runtime | |
| parent | 78bc40e1af312d076c4cc2225c9281b6725217f6 (diff) | |
| parent | 74ed599ea6ab96cffba35ca14f5654523f89bc61 (diff) | |
Merge branch 'diag'
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/netstrm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/netstrm.c b/runtime/netstrm.c index f6a8de7f..05bb25c0 100644 --- a/runtime/netstrm.c +++ b/runtime/netstrm.c @@ -114,7 +114,6 @@ AcceptConnReq(netstrm_t *pThis, netstrm_t **ppNew) ISOBJ_TYPE_assert(pThis, netstrm); assert(ppNew != NULL); -RUNLOG_STR("XXX: accept conn reqeust"); /* accept the new connection */ CHKiRet(pThis->Drvr.AcceptConnReq(pThis->pDrvrData, &pNewNsd)); /* construct our object so that we can use it... */ |
