hopefully fix remaining cppcheck issues (#9745)
This commit is contained in:
co-authored by
GitHub
parent
ad7d19c317
commit
54781cf51a
@@ -56,7 +56,7 @@ class UdpMulticastHandler final
|
||||
isRunning = false;
|
||||
}
|
||||
|
||||
void onReceive(AsyncUDPPacket packet)
|
||||
void onReceive(AsyncUDPPacket &packet)
|
||||
{
|
||||
if (!isRunning) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user