diff options
Diffstat (limited to 'tcpsrv.c')
-rw-r--r-- | tcpsrv.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -625,13 +625,11 @@ Run(tcpsrv_t *pThis) } - - /* Standard-Constructor */ BEGINobjConstruct(tcpsrv) /* be sure to specify the object type also in END macro! */ pThis->pSocksLstn = NULL; - pThis->iSessMax = 200; // TODO: useful default ;) + pThis->iSessMax = 200; /* TODO: useful default ;) */ ENDobjConstruct(tcpsrv) @@ -753,7 +751,6 @@ SetUsrP(tcpsrv_t *pThis, void *pUsr) } - /* queryInterface function * rgerhards, 2008-02-29 */ |