mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +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);
|
env->CallVoidMethod(ref->eventListener, onNetworkErrorMethod, addressObj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case ZT1_EVENT_TRACE:
|
case ZT1_EVENT_TRACE:
|
||||||
{
|
{
|
||||||
// call onTrace()
|
// call onTrace()
|
||||||
|
|
Loading…
Add table
Reference in a new issue