ZT_PEER_ROLE_RELAY -> ZT_PEER_ROLE_UPSTREAM in JNI glue

This commit is contained in:
Grant Limberg 2016-09-19 12:54:19 -07:00
parent 3366b53247
commit 5fadd8bdd2

View file

@ -162,7 +162,7 @@ jobject createPeerRole(JNIEnv *env, ZT_PeerRole role)
case ZT_PEER_ROLE_LEAF: case ZT_PEER_ROLE_LEAF:
fieldName = "PEER_ROLE_LEAF"; fieldName = "PEER_ROLE_LEAF";
break; break;
case ZT_PEER_ROLE_RELAY: case ZT_PEER_ROLE_UPSTREAM:
fieldName = "PEER_ROLE_RELAY"; fieldName = "PEER_ROLE_RELAY";
break; break;
case ZT_PEER_ROLE_ROOT: case ZT_PEER_ROLE_ROOT: