commit | 066d6220c5cadb3a9b90f2fd59fa5aa40ba479f7 | [log] [tgz] |
---|---|---|
author | Pavan Kumar M <rpavan@codeaurora.org> | Thu Oct 25 14:21:55 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Oct 29 06:56:45 2018 -0700 |
tree | 2c2a0e12ebc97662211f3096e58bdda65702cd46 | |
parent | a469d687be733d034b5ef1c66a85c659676bd1f3 [diff] |
ipa: check return status of HAL calls If the underlying HAL service object is invalidated, it might result in a HAL transaction failure and the ipacm process would be forced to abort. To prevent the transaction error, use the isOk check right after the HAL API is invoked to check whether the HAL transaction was successful or not. Change-Id: I4d71b35b6a31a6b705c1f61b542e1e82d1716a21 CRs-Fixed: 2340020