Compare commits
1 commit
ff1520657c
...
f507dae186
Author | SHA1 | Date | |
---|---|---|---|
f507dae186 |
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ Java_net_typeblog_lpac_1jni_LpacJni_downloadProfile(JNIEnv *env, jobject thiz, j
|
|||
euicc_http_cleanup(ctx);
|
||||
|
||||
out:
|
||||
if (ret == -ES10B_ERROR_REASON_UNDEFINED) {
|
||||
if (IS_CANCELLED == 0 && ret == -ES10B_ERROR_REASON_UNDEFINED) {
|
||||
SET_CANCELLED(JNI_TRUE);
|
||||
}
|
||||
// We expect Java side to call cancelSessions after any error -- thus, `euicc_http_cleanup` is done there
|
||||
|
|
Loading…
Add table
Reference in a new issue