This commit is contained in:
Jeff Hill
2001-08-02 21:20:54 +00:00
parent 758eaede80
commit 96557512f5

View File

@@ -1531,10 +1531,11 @@ bool cac::verifyAndDisconnectChan ( tcpiiu & iiu,
return true;
}
bool cac::badTCPRespAction ( tcpiiu &iiu, const caHdrLargeArray &hdr, void * /* pMsgBdy */ )
bool cac::badTCPRespAction ( tcpiiu & iiu,
const caHdrLargeArray & hdr, void * /* pMsgBdy */ )
{
char hostName[64];
iiu.hostName ( hostName, sizeof(hostName) );
iiu.hostName ( hostName, sizeof ( hostName ) );
this->printf ( "CAC: Undecipherable TCP message ( bad response type %u ) from %s\n",
hdr.m_cmmd, hostName );
return false;