diff --git a/src/foundation_pEp_jniadapter_AbstractEngine.cc b/src/foundation_pEp_jniadapter_AbstractEngine.cc index 7be9ef6..3db137c 100644 --- a/src/foundation_pEp_jniadapter_AbstractEngine.cc +++ b/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);