change what must be a mistaken assert

This commit is contained in:
Eric House 2020-08-25 08:25:44 -07:00
parent 1534298422
commit da639af7c3

View file

@ -766,7 +766,7 @@ public:
MsgClosure( DevIDRelay dest, const vector<uint8_t>* packet,
int msgID, OnMsgAckProc proc, void* procClosure )
{
assert(m_msgID != 0);
assert(msgID != 0);
m_destDevID = dest;
m_packet = *packet;
m_proc = proc;