aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xcode/OLMKit/OLMAccount.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/OLMKit/OLMAccount.m b/xcode/OLMKit/OLMAccount.m
index 77fddac..d0f82a8 100644
--- a/xcode/OLMKit/OLMAccount.m
+++ b/xcode/OLMKit/OLMAccount.m
@@ -150,7 +150,7 @@
}
size_t result = olm_remove_one_time_keys(self.account, session.session);
if (result == olm_error()) {
- const char *error = olm_session_last_error(session.session);
+ const char *error = olm_account_last_error(_account);
NSAssert(NO, @"olm_remove_one_time_keys error: %s", error);
return NO;
}