remove release-build-only warning

This commit is contained in:
Eric House 2019-11-27 08:43:40 -08:00
parent 8d1065ea75
commit ced26e8e37

View file

@ -2258,10 +2258,10 @@ comms_checkIncomingStream( CommsCtxt* comms, XWStreamCtxt* stream,
state->comms = comms;
XP_ASSERT( !comms->processingMsg );
comms->processingMsg = XP_TRUE;
CommsConnType addrType = addr_getType( retAddr );
#endif
XP_Bool messageValid = XP_FALSE;
CommsConnType addrType = addr_getType( retAddr );
XP_LOGF( TAGFMT(retAddr.typ=%s), TAGPRMS, ConnType2Str(addrType ) );
if ( comms_getAddrDisabled( comms, addrType, XP_FALSE ) ) {
XP_LOGF( "%s: dropping message because %s disabled", __func__,