diff --git a/NetDb.cpp b/NetDb.cpp index 1ecf646e..59b10f26 100644 --- a/NetDb.cpp +++ b/NetDb.cpp @@ -621,7 +621,7 @@ namespace data uint32_t replyTunnelID = 0; if (flag & DATABASE_LOOKUP_DELIVERY_FLAG) //reply to tunnel { - replyTunnelID = bufbe32toh (buf + 64); + replyTunnelID = bufbe32toh (buf + 65); excluded += 4; } uint16_t numExcluded = bufbe16toh (excluded);