Browse Source

_if_ we should throw here, we need to do it differently...

pull/2/head
heck 5 years ago
parent
commit
3b5366b7ed
  1. 1
      src/foundation_pEp_jniadapter_AbstractEngine.cc

1
src/foundation_pEp_jniadapter_AbstractEngine.cc

@ -164,7 +164,6 @@ PEP_STATUS notifyHandshake(pEp_identity *me, pEp_identity *partner, sync_handsha
PEP_STATUS status = (PEP_STATUS) JNISync::env()->CallIntMethod(objj, notifyHandShakeMethodID, me_, partner_, signal_);
if (JNISync::env()->ExceptionCheck()) {
JNISync::env()->Throw(JNISync::env()->ExceptionOccurred());
JNISync::env()->ExceptionClear();
return PEP_UNKNOWN_ERROR;
}

Loading…
Cancel
Save