Skip to content

Consider return value: pSess->pEngine->onSyslogRcv2  #174

@alorbach

Description

@alorbach

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions