avoid use of undefined warning when logging

This commit is contained in:
Michael Davidsaver
2020-10-27 08:39:18 -07:00
parent 56054a8e62
commit 0c32bae982
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ void Connection::handle_DESTROY_CHANNEL()
EvInBuf M(peerBE, segBuf.get(), 16);
uint32_t cid, sid;
uint32_t cid=0, sid=0;
from_wire(M, sid);
from_wire(M, cid);