Merge "Don't send ACK to modem for a 2nd close request"

This commit is contained in:
Linux Build Service Account 2018-06-29 10:23:17 -07:00 committed by Gerrit - the friendly Code Review server
commit 4ff9a6a2a2

View file

@ -599,7 +599,6 @@ void AgpsManager::releaseATL(int connHandle){
if (sm == NULL) { if (sm == NULL) {
LOC_LOGE("Subscriber with connHandle %d not found in any SM", LOC_LOGE("Subscriber with connHandle %d not found in any SM",
connHandle); connHandle);
mAtlCloseStatusCb(connHandle, 0);
return; return;
} }