diff options
Diffstat (limited to 'src/usr/fapi2')
| -rw-r--r-- | src/usr/fapi2/plat_utils.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C index b95f3c76f..efc23bdb1 100644 --- a/src/usr/fapi2/plat_utils.C +++ b/src/usr/fapi2/plat_utils.C @@ -982,6 +982,9 @@ void logError( errlCommit(l_pError, HWPF_COMP_ID); } + // error log is deleted so need to make sure nobody uses it again + io_rc.forgetData(); + //error is committed, no current error fapi2::current_err = fapi2::FAPI2_RC_SUCCESS; return; |

