|
pSess->pEngine->onSyslogRcv2(pSess->pSrv->pUsr, pSess->pTcp->pRemHostName, |
|
pSess->pEngine->onSyslogRcv(pSess->pTcp->pRemHostName, pSess->pTcp->pRemHostIP, |
|
iRet = relpSessSendResponse(pSess, pFrame->txnr, (unsigned char*) "200 OK", 6); |
Should we consider checking the return value from onSyslogRcv2/onSyslogRcv callbacks?
At the moment the return status of those callbacks is ignored.
librelp/src/scsyslog.c
Line 60 in 60fb513
librelp/src/scsyslog.c
Line 63 in 60fb513
librelp/src/scsyslog.c
Line 70 in 60fb513
Should we consider checking the return value from onSyslogRcv2/onSyslogRcv callbacks?
At the moment the return status of those callbacks is ignored.