summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsrv.c')
-rw-r--r--tcpsrv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcpsrv.c b/tcpsrv.c
index 39cba5d1..f1be1f87 100644
--- a/tcpsrv.c
+++ b/tcpsrv.c
@@ -898,6 +898,7 @@ tcpsrvConstructFinalize(tcpsrv_t *pThis)
/* set up listeners */
CHKmalloc(pThis->ppLstn = calloc(pThis->iLstnMax, sizeof(netstrm_t*)));
CHKmalloc(pThis->ppLstnPort = calloc(pThis->iLstnMax, sizeof(tcpLstnPortList_t*)));
+dbgprintf("XXXX: open sockets (tcpsrv)\n");
iRet = pThis->OpenLstnSocks(pThis);
finalize_it: