Browse Source

this "return" is not correct

JNI-111
heck 5 years ago
parent
commit
41a1c9d899
  1. 2
      src/foundation_pEp_jniadapter_AbstractEngine.cc

2
src/foundation_pEp_jniadapter_AbstractEngine.cc

@ -105,7 +105,7 @@ PEP_STATUS messageToSend(message *msg)
// reset passphrase iterator
if (Adapter::on_sync_thread())
return pEp::PassphraseCache::config_next_passphrase(true);
pEp::PassphraseCache::config_next_passphrase(true);
jobject msg_ = nullptr;
assert(messageClass && messageConstructorMethodID && objj && messageToSendMethodID);

Loading…
Cancel
Save