mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-03 19:13:43 +02:00
add a missing break from a switch
This commit is contained in:
parent
adaf9cf32b
commit
9755dad7ff
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ namespace {
|
|||
env->CallVoidMethod(ref->eventListener, onNetworkErrorMethod, addressObj);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case ZT1_EVENT_TRACE:
|
||||
{
|
||||
// call onTrace()
|
||||
|
|
Loading…
Add table
Reference in a new issue