Fix syntax error: Remove duplicate offset declaration

pull/23/head
Dave Behnke 1 month ago
parent 41e58d835a
commit f7aa46727e

@ -329,7 +329,6 @@ bool CP25Protocol::IsValidDvPacket(const CIp &Ip, const CBuffer &Buffer, std::un
return true; // Claim valid to prevent "Unknown" log, but return no frame return true; // Claim valid to prevent "Unknown" log, but return no frame
} }
int offset = 0;
int offset = 0; int offset = 0;
bool last = false; bool last = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.