Compare commits
1 commit
f507dae186
...
ff1520657c
Author | SHA1 | Date | |
---|---|---|---|
ff1520657c |
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);
|
euicc_http_cleanup(ctx);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
if (IS_CANCELLED == 0 && ret == -ES10B_ERROR_REASON_UNDEFINED) {
|
if (ret == -ES10B_ERROR_REASON_UNDEFINED) {
|
||||||
SET_CANCELLED(JNI_TRUE);
|
SET_CANCELLED(JNI_TRUE);
|
||||||
}
|
}
|
||||||
// We expect Java side to call cancelSessions after any error -- thus, `euicc_http_cleanup` is done there
|
// 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