From 766286b8bccf7aceee0dc63f5cbcb77134a7aa2b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 29 Jun 2016 14:57:42 -0400 Subject: [PATCH] undo pedantic change --- NetDb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetDb.cpp b/NetDb.cpp index 96d402b9..5ca9a89d 100644 --- a/NetDb.cpp +++ b/NetDb.cpp @@ -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 {