mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
fix function signature in lookup for onSendPacketRequested function
This commit is contained in:
parent
0b9e5928d3
commit
7c3be2b5c1
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ namespace {
|
|||
}
|
||||
|
||||
jmethodID packetSenderCallbackMethod = lookup.findMethod(packetSenderClass,
|
||||
"onSendPacketRequested", "(Ljava/net/InetSocketAddress;[B)I");
|
||||
"onSendPacketRequested", "(Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;[B)I");
|
||||
if(packetSenderCallbackMethod == NULL)
|
||||
{
|
||||
LOGE("Couldn't find onSendPacketRequested method");
|
||||
|
|
Loading…
Add table
Reference in a new issue