Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
2ca67ace
Commit
2ca67ace
authored
Sep 30, 2016
by
manuroe
Browse files
OLMKit: OLMAccount: Replace a olm_session_last_error by olm_account_last_error
parent
45ecaaed
Changes
1
Hide whitespace changes
Inline
Side-by-side
xcode/OLMKit/OLMAccount.m
View file @
2ca67ace
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment