undo pedantic change

This commit is contained in:
Jeff Becker 2016-06-29 14:57:42 -04:00
parent f405c62f1e
commit 766286b8bc
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -615,7 +615,7 @@ namespace data
uint8_t flag = buf[64];
LogPrint (eLogDebug, "NetDb: DatabaseLookup for ", key, " recieved flags=", (int)flag);
uint8_t lookupType = flag & DATABASE_LOOKUP_TYPE_FLAGS_MASK;
uint8_t * excluded = buf + 65;
const uint8_t * excluded = buf + 65;
uint32_t replyTunnelID = 0;
if (flag & DATABASE_LOOKUP_DELIVERY_FLAG) //reply to tunnel
{